#60614F

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

Shades of Siam #60614F

Tints of Siam #60614F

Color information

#60614F (or 0x60614F) is unknown color: approx Siam. HEX triplet: 60, 61 and 4F. RGB value is (96,97,79). Sum of RGB (Red+Green+Blue) = 96+97+79=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #60614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60614F is #9F9EB0. Grayscale: #5E5E5E. Windows color (decimal): -10460849 or 5202272. OLE color: 5202272.

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

Color convert

RGB969779-
CMYK0.0100.190.62
HSL63.33º10.23%34.51%-
HSV(B)63.33º18.56%38.04%-
XYZ10.5111.69.08-
YUV94.65119.17128.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=35.29%
G=35.66%
B=29.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697790.0100.190.6263.3310.2334.51
Hex60614F10133E3fa23
Octal140141117102376771243
Binary11000001100001100111110100111111101111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60614F; }

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

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

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

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

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

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

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

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