Html Css Color HEX #606953 Chicago

📋 copy color: '#606953'

red 96 ◦ green 105 ◦ blue 83

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

Shades of Chicago #606953

Tints of Chicago #606953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

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

R = 33.8%
G = 36.97%
B = 29.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#606953 (or 0x606953) is known color: Chicago. HEX triplet: 60, 69 and 53. RGB value is (96,105,83). Sum of RGB (Red+Green+Blue) = 96+105+83=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #606953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606953 is #9F96AC. Grayscale: #636363. Windows color (decimal): -10458797 or 5466464. OLE color: 5466464.

HSL color Cylindrical-coordinate representation of color #606953: hue angle of 84.55º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606953 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 83 -
CMYK 0.09 0 0.21 0.59
HSL 84.55º 0.12% 0.37% -
HSV(B) 84.55º 0.21% 0.41% -
XYZ 11.44 13.21 10.13 -
YUV 99.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 96 105 83 0.09 0 0.21 0.59 84.55 0.12 0.37
Hex 60 69 53 9 0 15 3B 55 C 25
Octal 140 151 123 11 0 25 73 125 14 45
Binary 1100000 1101001 1010011 1001 0 10101 111011 1010101 1100 100101

Color Harmonies of #606953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606953

Black with #606953

Text Example


Text Example

White with #606953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606953; }

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

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

background-color css

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

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

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

border-color css

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

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

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