Html Css Color HEX #C4B967 Dark Khaki

📋 copy color: '#C4B967'

red 196 ◦ green 185 ◦ blue 103

#C4B967
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C4B967

Tints of Dark Khaki #C4B967

RGB

 RED value IS 196 (76.95% from 255) = 40.5%

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 103 (40.63% from 255) = 21.28%

R = 40.5%
G = 38.22%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C4B967 (or 0xC4B967) is known color: Dark Khaki. HEX triplet: C4, B9 and 67. RGB value is (196,185,103). Sum of RGB (Red+Green+Blue) = 196+185+103=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B967 is #3B4698. Grayscale: #B3B3B3. Windows color (decimal): -3884697 or 6797764. OLE color: 6797764.

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

Color convert

RGB 196 185 103 -
CMYK 0 0.06 0.47 0.23
HSL 52.9º 0.44% 0.59% -
HSV(B) 52.9º 0.47% 0.77% -
XYZ 42.56 47.41 19.74 -
YUV 178.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 196 185 103 0 0.06 0.47 0.23 52.9 0.44 0.59
Hex C4 B9 67 0 6 2F 17 35 2C 3B
Octal 304 271 147 0 6 57 27 65 54 73
Binary 11000100 10111001 1100111 0 110 101111 10111 110101 101100 111011

Color Harmonies of #C4B967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B967

Black with #C4B967

Text Example


Text Example

White with #C4B967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B967; }

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

 H1.HeaderClassName
 {
   color: #C4B967;
 }
 .AnyTagClassName
 {
   color: #C4B967;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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