#606155

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

Shades of Siam #606155

Tints of Siam #606155

Color information

#606155 (or 0x606155) is unknown color: approx Siam. HEX triplet: 60, 61 and 55. RGB value is (96,97,85). Sum of RGB (Red+Green+Blue) = 96+97+85=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #606155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606155 is #9F9EAA. Grayscale: #5F5F5F. Windows color (decimal): -10460843 or 5595488. OLE color: 5595488.

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

Color convert

RGB969785-
CMYK0.0100.120.62
HSL65º6.59%35.69%-
HSV(B)65º12.37%38.04%-
XYZ10.7411.6910.29-
YUV95.33122.17128.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=34.53%
G=34.89%
B=30.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697850.0100.120.62656.5935.69
Hex60615510C3E41724
Octal140141125101476101744
Binary1100000110000110101011011001111101000001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606155; }

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

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

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

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

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

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

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

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