#C2B673

Color #C2B673 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C2B673

Tints of Dark Khaki #C2B673

Color information

#C2B673 (or 0xC2B673) is unknown color: approx Dark Khaki. HEX triplet: C2, B6 and 73. RGB value is (194,182,115). Sum of RGB (Red+Green+Blue) = 194+182+115=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B673 is #3D498C. Grayscale: #B2B2B2. Windows color (decimal): -4016525 or 7583426. OLE color: 7583426.

HSL color Cylindrical-coordinate representation of color #C2B673: hue angle of 50.89º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B673 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB194182115-
CMYK00.060.410.24
HSL50.89º39.3%60.59%-
HSV(B)50.89º40.72%76.08%-
XYZ42.0746.1622.91-
YUV177.9592.48139.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=39.51%
G=37.07%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418211500.060.410.2450.8939.360.59
HexC2B67306291833273d
Octal302266163065130634775
Binary11000010101101101110011011010100111000110011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B673; }

 p { color: rgb(194,182,115); }

 H1.HeaderClassName
 {
   color: #C2B673;
 }
 .AnyTagClassName
 {
   color: #C2B673;
 }
</style>
background-color css

<style>
 a { background-color: #C2B673; }

 a { background-color: rgb(194,182,115); }

 div.DivClassName
 {
   background-color: #C2B673;
 }
 .BgClassName
 {
   background-color: #C2B673;
 }
</style>
border-color css

<style>
 span { border-color: #C2B673; }

 span { border-color: rgb(194,182,115); }

 td.TdClassName
 {
   border-color: #C2B673;
 }
 .TagClassName
 {
   border-color: #C2B673;
 }
</style>