Html Css Color HEX #C4B666 Dark Khaki

📋 copy color: '#C4B666'

red 196 ◦ green 182 ◦ blue 102

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

Shades of Dark Khaki #C4B666

Tints of Dark Khaki #C4B666

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.92%

 BLUE value IS 102 (40.23% from 255) = 21.25%

R = 40.83%
G = 37.92%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4B666 (or 0xC4B666) is known color: Dark Khaki. HEX triplet: C4, B6 and 66. RGB value is (196,182,102). Sum of RGB (Red+Green+Blue) = 196+182+102=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B666 is #3B4999. Grayscale: #B1B1B1. Windows color (decimal): -3885466 or 6731460. OLE color: 6731460.

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

Color convert

RGB 196 182 102 -
CMYK 0 0.07 0.48 0.23
HSL 51.06º 0.44% 0.58% -
HSV(B) 51.06º 0.48% 0.77% -
XYZ 41.89 46.15 19.27 -
YUV 177.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 196 182 102 0 0.07 0.48 0.23 51.06 0.44 0.58
Hex C4 B6 66 0 7 30 17 33 2C 3A
Octal 304 266 146 0 7 60 27 63 54 72
Binary 11000100 10110110 1100110 0 111 110000 10111 110011 101100 111010

Color Harmonies of #C4B666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B666

Black with #C4B666

Text Example


Text Example

White with #C4B666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B666; }

 p { color: rgb(196,182,102); }

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

background-color css

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

 a { background-color: rgb(196,182,102); }

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

border-color css

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

 span { border-color: rgb(196,182,102); }

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