#C4BF67

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

Shades of Dark Khaki #C4BF67

Tints of Dark Khaki #C4BF67

Color information

#C4BF67 (or 0xC4BF67) is unknown color: approx Dark Khaki. HEX triplet: C4, BF and 67. RGB value is (196,191,103). Sum of RGB (Red+Green+Blue) = 196+191+103=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF67 is #3B4098. Grayscale: #B6B6B6. Windows color (decimal): -3883161 or 6799300. OLE color: 6799300.

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

Color convert

RGB196191103-
CMYK00.030.470.23
HSL56.77º44.08%58.63%-
HSV(B)56.77º47.45%76.86%-
XYZ43.8449.9820.17-
YUV182.4683.16137.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=40%
G=38.98%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619110300.030.470.2356.7744.0858.63
HexC4BF67032F17392c3b
Octal304277147035727715473
Binary1100010010111111110011101110111110111111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF67; }

 p { color: rgb(196,191,103); }

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

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

 a { background-color: rgb(196,191,103); }

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

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

 span { border-color: rgb(196,191,103); }

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