Html Css Color HEX #C0B76D Dark Khaki

📋 copy color: '#C0B76D'

red 192 ◦ green 183 ◦ blue 109

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

Shades of Dark Khaki #C0B76D

Tints of Dark Khaki #C0B76D

RGB

 RED value IS 192 (75.39% from 255) = 39.67%

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

 BLUE value IS 109 (42.97% from 255) = 22.52%

R = 39.67%
G = 37.81%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0B76D (or 0xC0B76D) is known color: Dark Khaki. HEX triplet: C0, B7 and 6D. RGB value is (192,183,109). Sum of RGB (Red+Green+Blue) = 192+183+109=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B76D is #3F4892. Grayscale: #B1B1B1. Windows color (decimal): -4147347 or 7190464. OLE color: 7190464.

HSL color Cylindrical-coordinate representation of color #C0B76D: hue angle of 53.49º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0B76D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 109 -
CMYK 0 0.05 0.43 0.25
HSL 53.49º 0.4% 0.59% -
HSV(B) 53.49º 0.43% 0.75% -
XYZ 41.43 46.18 21.2 -
YUV 177.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 192 183 109 0 0.05 0.43 0.25 53.49 0.4 0.59
Hex C0 B7 6D 0 5 2B 19 35 28 3B
Octal 300 267 155 0 5 53 31 65 50 73
Binary 11000000 10110111 1101101 0 101 101011 11001 110101 101000 111011

Color Harmonies of #C0B76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B76D

Black with #C0B76D

Text Example


Text Example

White with #C0B76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B76D; }

 p { color: rgb(192,183,109); }

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

background-color css

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

 a { background-color: rgb(192,183,109); }

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

border-color css

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

 span { border-color: rgb(192,183,109); }

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