Html Css Color HEX #606553 Chicago

📋 copy color: '#606553'

red 96 ◦ green 101 ◦ blue 83

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

Shades of Chicago #606553

Tints of Chicago #606553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 83 (32.81% from 255) = 29.64%

R = 34.29%
G = 36.07%
B = 29.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#606553 (or 0x606553) is known color: Chicago. HEX triplet: 60, 65 and 53. RGB value is (96,101,83). Sum of RGB (Red+Green+Blue) = 96+101+83=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #606553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606553 is #9F9AAC. Grayscale: #616161. Windows color (decimal): -10459821 or 5465440. OLE color: 5465440.

HSL color Cylindrical-coordinate representation of color #606553: hue angle of 76.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606553 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 101 83 -
CMYK 0.05 0 0.18 0.60
HSL 76.67º 0.1% 0.36% -
HSV(B) 76.67º 0.18% 0.4% -
XYZ 11.04 12.42 10 -
YUV 97.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 96 101 83 0.05 0 0.18 0.60 76.67 0.1 0.36
Hex 60 65 53 5 0 12 3C 4D A 24
Octal 140 145 123 5 0 22 74 115 12 44
Binary 1100000 1100101 1010011 101 0 10010 111100 1001101 1010 100100

Color Harmonies of #606553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606553

Black with #606553

Text Example


Text Example

White with #606553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606553; }

 p { color: rgb(96,101,83); }

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

background-color css

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

 a { background-color: rgb(96,101,83); }

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

border-color css

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

 span { border-color: rgb(96,101,83); }

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