Html Css Color HEX #C6C072 Dark Khaki

📋 copy color: '#C6C072'

red 198 ◦ green 192 ◦ blue 114

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

Shades of Dark Khaki #C6C072

Tints of Dark Khaki #C6C072

RGB

 RED value IS 198 (77.73% from 255) = 39.29%

 GREEN value IS 192 (75.39% from 255) = 38.1%

 BLUE value IS 114 (44.92% from 255) = 22.62%

R = 39.29%
G = 38.1%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C6C072 (or 0xC6C072) is known color: Dark Khaki. HEX triplet: C6, C0 and 72. RGB value is (198,192,114). Sum of RGB (Red+Green+Blue) = 198+192+114=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C072 is #393F8D. Grayscale: #B9B9B9. Windows color (decimal): -3751822 or 7520454. OLE color: 7520454.

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

Color convert

RGB 198 192 114 -
CMYK 0 0.03 0.42 0.22
HSL 55.71º 0.42% 0.61% -
HSV(B) 55.71º 0.42% 0.78% -
XYZ 45.18 50.92 23.37 -
YUV 184.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 198 192 114 0 0.03 0.42 0.22 55.71 0.42 0.61
Hex C6 C0 72 0 3 2A 16 38 2A 3D
Octal 306 300 162 0 3 52 26 70 52 75
Binary 11000110 11000000 1110010 0 11 101010 10110 111000 101010 111101

Color Harmonies of #C6C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C072

Black with #C6C072

Text Example


Text Example

White with #C6C072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C072; }

 p { color: rgb(198,192,114); }

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

background-color css

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

 a { background-color: rgb(198,192,114); }

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

border-color css

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

 span { border-color: rgb(198,192,114); }

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