Html Css Color HEX #C4B766 Dark Khaki

📋 copy color: '#C4B766'

red 196 ◦ green 183 ◦ blue 102

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

Shades of Dark Khaki #C4B766

Tints of Dark Khaki #C4B766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.05%

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

R = 40.75%
G = 38.05%
B = 21.21%

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

#C4B766 (or 0xC4B766) is known color: Dark Khaki. HEX triplet: C4, B7 and 66. RGB value is (196,183,102). Sum of RGB (Red+Green+Blue) = 196+183+102=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B766 is #3B4899. Grayscale: #B1B1B1. Windows color (decimal): -3885210 or 6731716. OLE color: 6731716.

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

Color convert

RGB 196 183 102 -
CMYK 0 0.07 0.48 0.23
HSL 51.7º 0.44% 0.58% -
HSV(B) 51.7º 0.48% 0.77% -
XYZ 42.1 46.56 19.34 -
YUV 177.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 196 183 102 0 0.07 0.48 0.23 51.7 0.44 0.58
Hex C4 B7 66 0 7 30 17 34 2C 3A
Octal 304 267 146 0 7 60 27 64 54 72
Binary 11000100 10110111 1100110 0 111 110000 10111 110100 101100 111010

Color Harmonies of #C4B766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B766

Black with #C4B766

Text Example


Text Example

White with #C4B766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B766; }

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

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

background-color css

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

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

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

border-color css

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

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

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