#C4B269

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

Shades of Dark Khaki #C4B269

Tints of Dark Khaki #C4B269

Color information

#C4B269 (or 0xC4B269) is unknown color: approx Dark Khaki. HEX triplet: C4, B2 and 69. RGB value is (196,178,105). Sum of RGB (Red+Green+Blue) = 196+178+105=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B269 is #3B4D96. Grayscale: #AFAFAF. Windows color (decimal): -3886487 or 6927044. OLE color: 6927044.

HSL color Cylindrical-coordinate representation of color #C4B269: hue angle of 48.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4B269 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB196178105-
CMYK00.090.460.23
HSL48.13º43.54%59.02%-
HSV(B)48.13º46.43%76.86%-
XYZ41.2444.619.8-
YUV175.0688.46142.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=40.92%
G=37.16%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617810500.090.460.2348.1343.5459.02
HexC4B269092E17302c3b
Octal3042621510115627605473
Binary110001001011001011010010100110111010111110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B269; }

 p { color: rgb(196,178,105); }

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

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

 a { background-color: rgb(196,178,105); }

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

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

 span { border-color: rgb(196,178,105); }

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