#65685B

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

Shades of Siam #65685B

Tints of Siam #65685B

Color information

#65685B (or 0x65685B) is unknown color: approx Siam. HEX triplet: 65, 68 and 5B. RGB value is (101,104,91). Sum of RGB (Red+Green+Blue) = 101+104+91=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 104 - color contains mainly: green. Hex color #65685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65685B is #9A97A4. Grayscale: #656565. Windows color (decimal): -10131365 or 5990501. OLE color: 5990501.

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

Color convert

RGB10110491-
CMYK0.0300.120.59
HSL73.85º6.67%38.24%-
HSV(B)73.85º12.5%40.78%-
XYZ12.2113.4211.85-
YUV101.62122.01127.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=34.12%
G=35.14%
B=30.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101104910.0300.120.5973.856.6738.24
Hex65685B30C3B4a726
Octal145150133301473112746
Binary11001011101000101101111011001110111001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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