#646652

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

Shades of Siam #646652

Tints of Siam #646652

Color information

#646652 (or 0x646652) is unknown color: approx Siam. HEX triplet: 64, 66 and 52. RGB value is (100,102,82). Sum of RGB (Red+Green+Blue) = 100+102+82=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #646652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646652 is #9B99AD. Grayscale: #636363. Windows color (decimal): -10197422 or 5400164. OLE color: 5400164.

HSL color Cylindrical-coordinate representation of color #646652: hue angle of 66º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #646652 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB10010282-
CMYK0.0200.200.6
HSL66º10.87%36.08%-
HSV(B)66º19.61%40%-
XYZ11.5312.829.85-
YUV99.12118.34128.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=35.21%
G=35.92%
B=28.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100102820.0200.200.66610.8736.08
Hex64665220143C42b24
Octal1441461222024741021344
Binary1100100110011010100101001010011110010000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646652; }

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

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

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

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

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

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

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

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