#646952

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

Shades of Siam #646952

Tints of Siam #646952

Color information

#646952 (or 0x646952) is unknown color: approx Siam. HEX triplet: 64, 69 and 52. RGB value is (100,105,82). Sum of RGB (Red+Green+Blue) = 100+105+82=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #646952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646952 is #9B96AD. Grayscale: #646464. Windows color (decimal): -10196654 or 5400932. OLE color: 5400932.

HSL color Cylindrical-coordinate representation of color #646952: hue angle of 73.04º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #646952 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB10010582-
CMYK0.0500.220.59
HSL73.04º12.3%36.67%-
HSV(B)73.04º21.9%41.18%-
XYZ11.8313.429.95-
YUV100.88117.34127.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=34.84%
G=36.59%
B=28.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100105820.0500.220.5973.0412.336.67
Hex64695250163B49c25
Octal1441511225026731111445
Binary11001001101001101001010101011011101110010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646952; }

 p { color: rgb(100,105,82); }

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

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

 a { background-color: rgb(100,105,82); }

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

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

 span { border-color: rgb(100,105,82); }

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