#64674D

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

Shades of Siam #64674D

Tints of Siam #64674D

Color information

#64674D (or 0x64674D) is unknown color: approx Siam. HEX triplet: 64, 67 and 4D. RGB value is (100,103,77). Sum of RGB (Red+Green+Blue) = 100+103+77=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #64674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64674D is #9B98B2. Grayscale: #636363. Windows color (decimal): -10197171 or 5072740. OLE color: 5072740.

HSL color Cylindrical-coordinate representation of color #64674D: hue angle of 66.92º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64674D is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB10010377-
CMYK0.0300.250.60
HSL66.92º14.44%35.29%-
HSV(B)66.92º25.24%40.39%-
XYZ11.4512.958.92-
YUV99.14115.51128.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=35.71%
G=36.79%
B=27.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100103770.0300.250.6066.9214.4435.29
Hex64674D30193C43e23
Octal1441471153031741031643
Binary1100100110011110011011101100111110010000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,103,77); }

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

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

 a { background-color: rgb(100,103,77); }

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

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

 span { border-color: rgb(100,103,77); }

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