#606156

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

Shades of Siam #606156

Tints of Siam #606156

Color information

#606156 (or 0x606156) is unknown color: approx Siam. HEX triplet: 60, 61 and 56. RGB value is (96,97,86). Sum of RGB (Red+Green+Blue) = 96+97+86=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 97 - color contains mainly: green. Hex color #606156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606156 is #9F9EA9. Grayscale: #5F5F5F. Windows color (decimal): -10460842 or 5661024. OLE color: 5661024.

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

Color convert

RGB969786-
CMYK0.0100.110.62
HSL65.45º6.01%35.88%-
HSV(B)65.45º11.34%38.04%-
XYZ10.7811.7110.5-
YUV95.45122.67128.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=34.41%
G=34.77%
B=30.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697860.0100.110.6265.456.0135.88
Hex60615610B3E41624
Octal140141126101376101644
Binary1100000110000110101101010111111101000001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606156; }

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

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

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

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

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

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

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

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