#606152

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

Shades of Siam #606152

Tints of Siam #606152

Color information

#606152 (or 0x606152) is unknown color: approx Siam. HEX triplet: 60, 61 and 52. RGB value is (96,97,82). Sum of RGB (Red+Green+Blue) = 96+97+82=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 97 - color contains mainly: green. Hex color #606152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606152 is #9F9EAD. Grayscale: #5F5F5F. Windows color (decimal): -10460846 or 5398880. OLE color: 5398880.

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

Color convert

RGB969782-
CMYK0.0100.150.62
HSL64º8.38%35.1%-
HSV(B)64º15.46%38.04%-
XYZ10.6211.659.67-
YUV94.99120.67128.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.91%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=34.91%
G=35.27%
B=29.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697820.0100.150.62648.3835.1
Hex60615210F3E40823
Octal1401411221017761001043
Binary11000001100001101001010111111111010000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606152; }

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

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

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

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

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

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

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

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