Html Css Color HEX #C4B96C Dark Khaki

📋 copy color: '#C4B96C'

red 196 ◦ green 185 ◦ blue 108

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

Shades of Dark Khaki #C4B96C

Tints of Dark Khaki #C4B96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.09%

R = 40.08%
G = 37.83%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4B96C (or 0xC4B96C) is known color: Dark Khaki. HEX triplet: C4, B9 and 6C. RGB value is (196,185,108). Sum of RGB (Red+Green+Blue) = 196+185+108=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B96C is #3B4693. Grayscale: #B3B3B3. Windows color (decimal): -3884692 or 7125444. OLE color: 7125444.

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

Color convert

RGB 196 185 108 -
CMYK 0 0.06 0.45 0.23
HSL 52.5º 0.43% 0.6% -
HSV(B) 52.5º 0.45% 0.77% -
XYZ 42.82 47.52 21.1 -
YUV 179.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 196 185 108 0 0.06 0.45 0.23 52.5 0.43 0.6
Hex C4 B9 6C 0 6 2D 17 34 2B 3C
Octal 304 271 154 0 6 55 27 64 53 74
Binary 11000100 10111001 1101100 0 110 101101 10111 110100 101011 111100

Color Harmonies of #C4B96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B96C

Black with #C4B96C

Text Example


Text Example

White with #C4B96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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