Html Css Color HEX #C1B76D Dark Khaki

📋 copy color: '#C1B76D'

red 193 ◦ green 183 ◦ blue 109

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

Shades of Dark Khaki #C1B76D

Tints of Dark Khaki #C1B76D

RGB

 RED value IS 193 (75.78% from 255) = 39.79%

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

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

R = 39.79%
G = 37.73%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1B76D (or 0xC1B76D) is known color: Dark Khaki. HEX triplet: C1, B7 and 6D. RGB value is (193,183,109). Sum of RGB (Red+Green+Blue) = 193+183+109=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B76D is #3E4892. Grayscale: #B1B1B1. Windows color (decimal): -4081811 or 7190465. OLE color: 7190465.

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

Color convert

RGB 193 183 109 -
CMYK 0 0.05 0.44 0.24
HSL 52.86º 0.4% 0.59% -
HSV(B) 52.86º 0.44% 0.76% -
XYZ 41.69 46.31 21.21 -
YUV 177.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 193 183 109 0 0.05 0.44 0.24 52.86 0.4 0.59
Hex C1 B7 6D 0 5 2C 18 35 28 3B
Octal 301 267 155 0 5 54 30 65 50 73
Binary 11000001 10110111 1101101 0 101 101100 11000 110101 101000 111011

Color Harmonies of #C1B76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B76D

Black with #C1B76D

Text Example


Text Example

White with #C1B76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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