#C1B773

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

Shades of Dark Khaki #C1B773

Tints of Dark Khaki #C1B773

Color information

#C1B773 (or 0xC1B773) is unknown color: approx Dark Khaki. HEX triplet: C1, B7 and 73. RGB value is (193,183,115). Sum of RGB (Red+Green+Blue) = 193+183+115=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B773 is #3E488C. Grayscale: #B2B2B2. Windows color (decimal): -4081805 or 7583681. OLE color: 7583681.

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

Color convert

RGB193183115-
CMYK00.050.400.24
HSL52.31º38.61%60.39%-
HSV(B)52.31º40.41%75.69%-
XYZ42.0246.4422.97-
YUV178.2492.31138.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=39.31%
G=37.27%
B=23.42%

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
Decimal19318311500.050.400.2452.3138.6160.39
HexC1B77305281834273c
Octal301267163055030644774
Binary11000001101101111110011010110100011000110100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B773; }

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

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

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

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

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

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

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

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