#65685A

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

Shades of Siam #65685A

Tints of Siam #65685A

Color information

#65685A (or 0x65685A) is unknown color: approx Siam. HEX triplet: 65, 68 and 5A. RGB value is (101,104,90). Sum of RGB (Red+Green+Blue) = 101+104+90=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 104 - color contains mainly: green. Hex color #65685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65685A is #9A97A5. Grayscale: #656565. Windows color (decimal): -10131366 or 5924965. OLE color: 5924965.

HSL color Cylindrical-coordinate representation of color #65685A: hue angle of 72.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #65685A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB10110490-
CMYK0.0300.130.59
HSL72.86º7.22%38.04%-
HSV(B)72.86º13.46%40.78%-
XYZ12.1613.4111.62-
YUV101.51121.51127.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=34.24%
G=35.25%
B=30.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101104900.0300.130.5972.867.2238.04
Hex65685A30D3B49726
Octal145150132301573111746
Binary11001011101000101101011011011110111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65685A; }

 p { color: rgb(101,104,90); }

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

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

 a { background-color: rgb(101,104,90); }

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

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

 span { border-color: rgb(101,104,90); }

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