#606254

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

Shades of Siam #606254

Tints of Siam #606254

Color information

#606254 (or 0x606254) is unknown color: approx Siam. HEX triplet: 60, 62 and 54. RGB value is (96,98,84). Sum of RGB (Red+Green+Blue) = 96+98+84=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #606254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606254 is #9F9DAB. Grayscale: #5F5F5F. Windows color (decimal): -10460588 or 5530208. OLE color: 5530208.

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

Color convert

RGB969884-
CMYK0.0200.140.62
HSL68.57º7.69%35.69%-
HSV(B)68.57º14.29%38.43%-
XYZ10.7911.8610.11-
YUV95.81121.34128.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=34.53%
G=35.25%
B=30.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698840.0200.140.6268.577.6935.69
Hex60625420E3E45824
Octal1401421242016761051044
Binary110000011000101010100100111011111010001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606254; }

 p { color: rgb(96,98,84); }

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

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

 a { background-color: rgb(96,98,84); }

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

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

 span { border-color: rgb(96,98,84); }

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