#606151

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

Shades of Siam #606151

Tints of Siam #606151

Color information

#606151 (or 0x606151) is unknown color: approx Siam. HEX triplet: 60, 61 and 51. RGB value is (96,97,81). Sum of RGB (Red+Green+Blue) = 96+97+81=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #606151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606151 is #9F9EAE. Grayscale: #5E5E5E. Windows color (decimal): -10460847 or 5333344. OLE color: 5333344.

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

Color convert

RGB969781-
CMYK0.0100.160.62
HSL63.75º8.99%34.9%-
HSV(B)63.75º16.49%38.04%-
XYZ10.5811.639.47-
YUV94.88120.17128.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=35.04%
G=35.40%
B=29.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697810.0100.160.6263.758.9934.9
Hex60615110103E40923
Octal1401411211020761001143
Binary110000011000011010001101000011111010000001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606151; }

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

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

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

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

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

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

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

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