#64592F

Color #64592F West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #64592F

Tints of West Coast #64592F

Color information

#64592F (or 0x64592F) is unknown color: approx West Coast. HEX triplet: 64, 59 and 2F. RGB value is (100,89,47). Sum of RGB (Red+Green+Blue) = 100+89+47=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #64592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64592F is #9BA6D0. Grayscale: #575757. Windows color (decimal): -10200785 or 3103076. OLE color: 3103076.

HSL color Cylindrical-coordinate representation of color #64592F: hue angle of 47.55º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64592F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB1008947-
CMYK00.110.530.61
HSL47.55º36.05%28.82%-
HSV(B)47.55º53%39.22%-
XYZ9.3410.064.14-
YUV87.5105.14136.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=42.37%
G=37.71%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100894700.110.530.6147.5536.0528.82
Hex64592F0B353D30241d
Octal144131570136575604435
Binary110010010110011011110101111010111110111000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64592F; }

 p { color: rgb(100,89,47); }

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

<style>
 a { background-color: #64592F; }

 a { background-color: rgb(100,89,47); }

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

<style>
 span { border-color: #64592F; }

 span { border-color: rgb(100,89,47); }

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