Html Css Color HEX #606159 Chicago

📋 copy color: '#606159'

red 96 ◦ green 97 ◦ blue 89

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

Shades of Chicago #606159

Tints of Chicago #606159

RGB

 RED value IS 96 (37.89% from 255) = 34.04%

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 34.04%
G = 34.4%
B = 31.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#606159 (or 0x606159) is known color: Chicago. HEX triplet: 60, 61 and 59. RGB value is (96,97,89). Sum of RGB (Red+Green+Blue) = 96+97+89=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #606159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606159 is #9F9EA6. Grayscale: #5F5F5F. Windows color (decimal): -10460839 or 5857632. OLE color: 5857632.

HSL color Cylindrical-coordinate representation of color #606159: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606159 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 97 89 -
CMYK 0.01 0 0.08 0.62
HSL 67.5º 0.04% 0.36% -
HSV(B) 67.5º 0.08% 0.38% -
XYZ 10.9 11.76 11.15 -
YUV 95.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 96 97 89 0.01 0 0.08 0.62 67.5 0.04 0.36
Hex 60 61 59 1 0 8 3E 44 4 24
Octal 140 141 131 1 0 10 76 104 4 44
Binary 1100000 1100001 1011001 1 0 1000 111110 1000100 100 100100

Color Harmonies of #606159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606159

Black with #606159

Text Example


Text Example

White with #606159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606159; }

 p { color: rgb(96,97,89); }

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

background-color css

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

 a { background-color: rgb(96,97,89); }

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

border-color css

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

 span { border-color: rgb(96,97,89); }

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