#C1B774

Color #C1B774 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C1B774

Tints of Dark Khaki #C1B774

Color information

#C1B774 (or 0xC1B774) is unknown color: approx Dark Khaki. HEX triplet: C1, B7 and 74. RGB value is (193,183,116). Sum of RGB (Red+Green+Blue) = 193+183+116=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B774 is #3E488B. Grayscale: #B2B2B2. Windows color (decimal): -4081804 or 7649217. OLE color: 7649217.

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

Color convert

RGB193183116-
CMYK00.050.400.24
HSL52.21º38.31%60.59%-
HSV(B)52.21º39.9%75.69%-
XYZ42.0846.4723.27-
YUV178.3592.81138.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=39.23%
G=37.20%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318311600.050.400.2452.2138.3160.59
HexC1B77405281834263d
Octal301267164055030644675
Binary11000001101101111110100010110100011000110100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B774; }

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

 H1.HeaderClassName
 {
   color: #C1B774;
 }
 .AnyTagClassName
 {
   color: #C1B774;
 }
</style>
background-color css

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

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

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

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

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

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