Html Css Color HEX #606950 Chicago

📋 copy color: '#606950'

red 96 ◦ green 105 ◦ blue 80

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

Shades of Chicago #606950

Tints of Chicago #606950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 34.16%
G = 37.37%
B = 28.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#606950 (or 0x606950) is known color: Chicago. HEX triplet: 60, 69 and 50. RGB value is (96,105,80). Sum of RGB (Red+Green+Blue) = 96+105+80=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #606950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606950 is #9F96AF. Grayscale: #636363. Windows color (decimal): -10458800 or 5269856. OLE color: 5269856.

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

Color convert

RGB 96 105 80 -
CMYK 0.09 0 0.24 0.59
HSL 81.6º 0.14% 0.36% -
HSV(B) 81.6º 0.24% 0.41% -
XYZ 11.32 13.17 9.53 -
YUV 99.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 96 105 80 0.09 0 0.24 0.59 81.6 0.14 0.36
Hex 60 69 50 9 0 18 3B 52 E 24
Octal 140 151 120 11 0 30 73 122 16 44
Binary 1100000 1101001 1010000 1001 0 11000 111011 1010010 1110 100100

Color Harmonies of #606950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606950

Black with #606950

Text Example


Text Example

White with #606950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606950; }

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

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

background-color css

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

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

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

border-color css

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

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

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