#606150

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

Shades of Siam #606150

Tints of Siam #606150

Color information

#606150 (or 0x606150) is unknown color: approx Siam. HEX triplet: 60, 61 and 50. RGB value is (96,97,80). Sum of RGB (Red+Green+Blue) = 96+97+80=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #606150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606150 is #9F9EAF. Grayscale: #5E5E5E. Windows color (decimal): -10460848 or 5267808. OLE color: 5267808.

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

Color convert

RGB969780-
CMYK0.0100.180.62
HSL63.53º9.6%34.71%-
HSV(B)63.53º17.53%38.04%-
XYZ10.5511.629.28-
YUV94.76119.67128.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=35.16%
G=35.53%
B=29.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697800.0100.180.6263.539.634.71
Hex60615010123E40a23
Octal1401411201022761001243
Binary110000011000011010000101001011111010000001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606150; }

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

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

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

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

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

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

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

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