#5D664D

Color #5D664D Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #5D664D

Tints of Chicago #5D664D

Color information

#5D664D (or 0x5D664D) is unknown color: approx Chicago. HEX triplet: 5D, 66 and 4D. RGB value is (93,102,77). Sum of RGB (Red+Green+Blue) = 93+102+77=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #5D664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D664D is #A299B2. Grayscale: #606060. Windows color (decimal): -10656179 or 5072477. OLE color: 5072477.

HSL color Cylindrical-coordinate representation of color #5D664D: hue angle of 81.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D664D is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB9310277-
CMYK0.0900.250.6
HSL81.6º13.97%35.1%-
HSV(B)81.6º24.51%40%-
XYZ10.6112.378.85-
YUV96.46117.02125.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.19%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=34.19%
G=37.5%
B=28.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93102770.0900.250.681.613.9735.1
Hex5D664D90193C52e23
Octal13514611511031741221643
Binary101110111001101001101100101100111110010100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D664D; }

 p { color: rgb(93,102,77); }

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

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

 a { background-color: rgb(93,102,77); }

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

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

 span { border-color: rgb(93,102,77); }

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