Html Css Color HEX #C7B66F Dark Khaki

📋 copy color: '#C7B66F'

red 199 ◦ green 182 ◦ blue 111

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

Shades of Dark Khaki #C7B66F

Tints of Dark Khaki #C7B66F

RGB

 RED value IS 199 (78.13% from 255) = 40.45%

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

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 40.45%
G = 36.99%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7B66F (or 0xC7B66F) is known color: Dark Khaki. HEX triplet: C7, B6 and 6F. RGB value is (199,182,111). Sum of RGB (Red+Green+Blue) = 199+182+111=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B66F is #384990. Grayscale: #B3B3B3. Windows color (decimal): -3688849 or 7321287. OLE color: 7321287.

HSL color Cylindrical-coordinate representation of color #C7B66F: hue angle of 48.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7B66F is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 182 111 -
CMYK 0 0.09 0.44 0.22
HSL 48.41º 0.44% 0.61% -
HSV(B) 48.41º 0.44% 0.78% -
XYZ 43.15 46.75 21.79 -
YUV 178.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 199 182 111 0 0.09 0.44 0.22 48.41 0.44 0.61
Hex C7 B6 6F 0 9 2C 16 30 2C 3D
Octal 307 266 157 0 11 54 26 60 54 75
Binary 11000111 10110110 1101111 0 1001 101100 10110 110000 101100 111101

Color Harmonies of #C7B66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B66F

Black with #C7B66F

Text Example


Text Example

White with #C7B66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B66F; }

 p { color: rgb(199,182,111); }

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

background-color css

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

 a { background-color: rgb(199,182,111); }

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

border-color css

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

 span { border-color: rgb(199,182,111); }

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