Color Hex Logo

#c6822d Color Hex

#C6822D
(198,130,45)
0 Favorites   0 Comments

Color spaces of #c6822d

RGB 19813045
HSL0.090.630.48
HSV33°77°78°
CMYK 0.000.340.77   0.22
XYZ31.745028.16056.2450
Yxy28.16050.47990.4257
Hunter Lab53.066513.914530.1691
CIE-Lab60.033519.178653.9626

#c6822d color RGB value is (198,130,45).

#c6822d hex color red value is 198, green value is 130 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c6822d hue: 0.09 , saturation: 0.63 and the lightness value of c6822d is 0.48.

The process color (four color CMYK) of #c6822d color hex is 0.00, 0.34, 0.77, 0.22. Web safe color of #c6822d is #cc9933. Color #c6822d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 00101101
Octal 306 202 55
Decimal 198 130 45
Hex C6 82 2D

RGB Percentages of Color #c6822d

%53.08
%34.85
%12.06

CMYK Percentages of Color #c6822d

%0
%34
%77
%22

Triadic Colors of #c6822d

#c6822d #2dc682 #822dc6

Analogous Colors of #c6822d

#c6822d #bec62d #c6362d

Monochromatic Colors of #c6822d

#c6822d

Complementary Color

#c6822d #2d71c6

#c6822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6822d Color CSS Codes

.mybgcolor {background-color:#c6822d; } 
.myforecolor {color:#c6822d; }
.mybordercolor {border:3px solid #c6822d; }

#c6822d Text Font Color

<p style="color:#c6822d">Text here</p>

This sample text font color is #c6822d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6822d Background Color

<div style="background-color:#c6822d">
Div content here</div>

This div background color is #c6822d


#c6822d Border Color

<div style="border:3px solid #c6822d">
Div here</div>

This div border color is #c6822d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,130,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6822d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6822d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6822d;
  box-shadow:         1px 1px 3px 2px #c6822d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,130,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6822d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6822d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6822d;
  box-shadow:         1px 1px 3px 2px #c6822d;">
Div content here</div>

This div box has shadow with color #c6822d


Comments

No comments written yet.

Please login to write comment.