#64665C

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

Shades of Siam #64665C

Tints of Siam #64665C

Color information

#64665C (or 0x64665C) is unknown color: approx Siam. HEX triplet: 64, 66 and 5C. RGB value is (100,102,92). Sum of RGB (Red+Green+Blue) = 100+102+92=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 102 - color contains mainly: green. Hex color #64665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64665C is #9B99A3. Grayscale: #646464. Windows color (decimal): -10197412 or 6055524. OLE color: 6055524.

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

Color convert

RGB10010292-
CMYK0.0200.100.6
HSL72º5.15%38.04%-
HSV(B)72º9.8%40%-
XYZ11.9412.9812-
YUV100.26123.34127.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=34.01%
G=34.69%
B=31.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100102920.0200.100.6725.1538.04
Hex64665C20A3C48526
Octal144146134201274110546
Binary11001001100110101110010010101111001001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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