#656652

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

Shades of Siam #656652

Tints of Siam #656652

Color information

#656652 (or 0x656652) is unknown color: approx Siam. HEX triplet: 65, 66 and 52. RGB value is (101,102,82). Sum of RGB (Red+Green+Blue) = 101+102+82=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 102 - color contains mainly: green. Hex color #656652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656652 is #9A99AD. Grayscale: #636363. Windows color (decimal): -10131886 or 5400165. OLE color: 5400165.

HSL color Cylindrical-coordinate representation of color #656652: hue angle of 63º 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 #656652 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB10110282-
CMYK0.0100.200.6
HSL63º10.87%36.08%-
HSV(B)63º19.61%40%-
XYZ11.6412.889.85-
YUV99.42118.17129.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=35.44%
G=35.79%
B=28.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102820.0100.200.66310.8736.08
Hex65665210143C3fb24
Octal145146122102474771344
Binary11001011100110101001010101001111001111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656652; }

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

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

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

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

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

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

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

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