#64665B

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

Shades of Siam #64665B

Tints of Siam #64665B

Color information

#64665B (or 0x64665B) is unknown color: approx Siam. HEX triplet: 64, 66 and 5B. RGB value is (100,102,91). Sum of RGB (Red+Green+Blue) = 100+102+91=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 102 - color contains mainly: green. Hex color #64665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64665B is #9B99A4. Grayscale: #646464. Windows color (decimal): -10197413 or 5989988. OLE color: 5989988.

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

Color convert

RGB10010291-
CMYK0.0200.110.6
HSL70.91º5.7%37.84%-
HSV(B)70.91º10.78%40%-
XYZ11.912.9711.77-
YUV100.15122.84127.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=34.13%
G=34.81%
B=31.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100102910.0200.110.670.915.737.84
Hex64665B20B3C47626
Octal144146133201374107646
Binary11001001100110101101110010111111001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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