Html Css Color HEX #606655 Chicago

📋 copy color: '#606655'

red 96 ◦ green 102 ◦ blue 85

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

Shades of Chicago #606655

Tints of Chicago #606655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 33.92%
G = 36.04%
B = 30.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#606655 (or 0x606655) is known color: Chicago. HEX triplet: 60, 66 and 55. RGB value is (96,102,85). Sum of RGB (Red+Green+Blue) = 96+102+85=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #606655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606655 is #9F99AA. Grayscale: #626262. Windows color (decimal): -10459563 or 5596768. OLE color: 5596768.

HSL color Cylindrical-coordinate representation of color #606655: hue angle of 81.18º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606655 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 102 85 -
CMYK 0.06 0 0.17 0.6
HSL 81.18º 0.09% 0.37% -
HSV(B) 81.18º 0.17% 0.4% -
XYZ 11.21 12.65 10.44 -
YUV 98.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 96 102 85 0.06 0 0.17 0.6 81.18 0.09 0.37
Hex 60 66 55 6 0 11 3C 51 9 25
Octal 140 146 125 6 0 21 74 121 11 45
Binary 1100000 1100110 1010101 110 0 10001 111100 1010001 1001 100101

Color Harmonies of #606655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606655

Black with #606655

Text Example


Text Example

White with #606655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606655; }

 p { color: rgb(96,102,85); }

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

background-color css

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

 a { background-color: rgb(96,102,85); }

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

border-color css

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

 span { border-color: rgb(96,102,85); }

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