#C4B169

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

Shades of Dark Khaki #C4B169

Tints of Dark Khaki #C4B169

Color information

#C4B169 (or 0xC4B169) is unknown color: approx Dark Khaki. HEX triplet: C4, B1 and 69. RGB value is (196,177,105). Sum of RGB (Red+Green+Blue) = 196+177+105=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B169 is #3B4E96. Grayscale: #AEAEAE. Windows color (decimal): -3886743 or 6926788. OLE color: 6926788.

HSL color Cylindrical-coordinate representation of color #C4B169: hue angle of 47.47º 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 #C4B169 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB196177105-
CMYK00.100.460.23
HSL47.47º43.54%59.02%-
HSV(B)47.47º46.43%76.86%-
XYZ41.0444.219.73-
YUV174.4788.79143.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 177 (69.53% from 255) = 37.03%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=41.00%
G=37.03%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617710500.100.460.2347.4743.5459.02
HexC4B1690A2E172f2c3b
Octal3042611510125627575473
Binary110001001011000111010010101010111010111101111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B169; }

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

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

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

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

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

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

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

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