#645935

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

Shades of West Coast #645935

Tints of West Coast #645935

Color information

#645935 (or 0x645935) is unknown color: approx West Coast. HEX triplet: 64, 59 and 35. RGB value is (100,89,53). Sum of RGB (Red+Green+Blue) = 100+89+53=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #645935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645935 is #9BA6CA. Grayscale: #585858. Windows color (decimal): -10200779 or 3496292. OLE color: 3496292.

HSL color Cylindrical-coordinate representation of color #645935: hue angle of 45.96º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #645935 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB1008953-
CMYK00.110.470.61
HSL45.96º30.72%30%-
HSV(B)45.96º47%39.22%-
XYZ9.4710.114.82-
YUV88.18108.14136.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.32%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=41.32%
G=36.78%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100895300.110.470.6145.9630.7230
Hex6459350B2F3D2e1f1e
Octal144131650135775563736
Binary11001001011001110101010111011111111011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645935; }

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

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

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

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

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

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

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

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