#60694F

Color #60694F Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #60694F

Tints of Chicago #60694F

Color information

#60694F (or 0x60694F) is unknown color: approx Chicago. HEX triplet: 60, 69 and 4F. RGB value is (96,105,79). Sum of RGB (Red+Green+Blue) = 96+105+79=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #60694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60694F is #9F96B0. Grayscale: #636363. Windows color (decimal): -10458801 or 5204320. OLE color: 5204320.

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

Color convert

RGB9610579-
CMYK0.0900.250.59
HSL80.77º14.13%36.08%-
HSV(B)80.77º24.76%41.18%-
XYZ11.2913.159.34-
YUV99.34116.52125.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=34.29%
G=37.5%
B=28.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105790.0900.250.5980.7714.1336.08
Hex60694F90193B51e24
Octal14015111711031731211644
Binary110000011010011001111100101100111101110100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60694F; }

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

 H1.HeaderClassName
 {
   color: #60694F;
 }
 .AnyTagClassName
 {
   color: #60694F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #60694F;
 }
 .BgClassName
 {
   background-color: #60694F;
 }
</style>
border-color css

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

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

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