#65665D

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

Shades of Siam #65665D

Tints of Siam #65665D

Color information

#65665D (or 0x65665D) is unknown color: approx Siam. HEX triplet: 65, 66 and 5D. RGB value is (101,102,93). Sum of RGB (Red+Green+Blue) = 101+102+93=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 102 - color contains mainly: green. Hex color #65665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65665D is #9A99A2. Grayscale: #646464. Windows color (decimal): -10131875 or 6121061. OLE color: 6121061.

HSL color Cylindrical-coordinate representation of color #65665D: hue angle of 66.67º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #65665D is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB10110293-
CMYK0.0100.090.6
HSL66.67º4.62%38.24%-
HSV(B)66.67º8.82%40%-
XYZ12.0913.0612.24-
YUV100.68123.67128.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=34.12%
G=34.46%
B=31.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102930.0100.090.666.674.6238.24
Hex65665D1093C43526
Octal145146135101174103546
Binary1100101110011010111011010011111001000011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65665D; }

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

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

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

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

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

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

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

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