#5D664A

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

Shades of Chicago #5D664A

Tints of Chicago #5D664A

Color information

#5D664A (or 0x5D664A) is unknown color: approx Chicago. HEX triplet: 5D, 66 and 4A. RGB value is (93,102,74). Sum of RGB (Red+Green+Blue) = 93+102+74=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #5D664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D664A is #A299B5. Grayscale: #606060. Windows color (decimal): -10656182 or 4875869. OLE color: 4875869.

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

Color convert

RGB9310274-
CMYK0.0900.270.6
HSL79.29º15.91%34.51%-
HSV(B)79.29º27.45%40%-
XYZ10.512.328.3-
YUV96.12115.52125.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=34.57%
G=37.92%
B=27.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93102740.0900.270.679.2915.9134.51
Hex5D664A901B3C4f1023
Octal13514611211033741172043
Binary1011101110011010010101001011011111100100111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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