#C4B26D

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

Shades of Dark Khaki #C4B26D

Tints of Dark Khaki #C4B26D

Color information

#C4B26D (or 0xC4B26D) is unknown color: approx Dark Khaki. HEX triplet: C4, B2 and 6D. RGB value is (196,178,109). Sum of RGB (Red+Green+Blue) = 196+178+109=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B26D is #3B4D92. Grayscale: #AFAFAF. Windows color (decimal): -3886483 or 7189188. OLE color: 7189188.

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

Color convert

RGB196178109-
CMYK00.090.440.23
HSL47.59º42.44%59.8%-
HSV(B)47.59º44.39%76.86%-
XYZ41.4544.6820.91-
YUV175.5290.46142.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=40.58%
G=36.85%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617810900.090.440.2347.5942.4459.8
HexC4B26D092C17302a3c
Octal3042621550115427605274
Binary110001001011001011011010100110110010111110000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B26D; }

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

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

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

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

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

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

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

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