#606153

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

Shades of Siam #606153

Tints of Siam #606153

Color information

#606153 (or 0x606153) is unknown color: approx Siam. HEX triplet: 60, 61 and 53. RGB value is (96,97,83). Sum of RGB (Red+Green+Blue) = 96+97+83=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 97 - color contains mainly: green. Hex color #606153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606153 is #9F9EAC. Grayscale: #5F5F5F. Windows color (decimal): -10460845 or 5464416. OLE color: 5464416.

HSL color Cylindrical-coordinate representation of color #606153: hue angle of 64.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606153 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB969783-
CMYK0.0100.140.62
HSL64.29º7.78%35.29%-
HSV(B)64.29º14.43%38.04%-
XYZ10.6611.669.87-
YUV95.1121.17128.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=34.78%
G=35.14%
B=30.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697830.0100.140.6264.297.7835.29
Hex60615310E3E40823
Octal1401411231016761001043
Binary11000001100001101001110111011111010000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606153; }

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

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

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

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

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

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

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

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