#645836

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

Shades of West Coast #645836

Tints of West Coast #645836

Color information

#645836 (or 0x645836) is unknown color: approx West Coast. HEX triplet: 64, 58 and 36. RGB value is (100,88,54). Sum of RGB (Red+Green+Blue) = 100+88+54=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #645836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645836 is #9BA7C9. Grayscale: #575757. Windows color (decimal): -10201034 or 3561572. OLE color: 3561572.

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

Color convert

RGB1008854-
CMYK00.120.460.61
HSL44.35º29.87%30.2%-
HSV(B)44.35º46%39.22%-
XYZ9.419.964.92-
YUV87.71108.98136.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.32%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=41.32%
G=36.36%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100885400.120.460.6144.3529.8730.2
Hex6458360C2E3D2c1e1e
Octal144130660145675543636
Binary11001001011000110110011001011101111011011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645836; }

 p { color: rgb(100,88,54); }

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

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

 a { background-color: rgb(100,88,54); }

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

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

 span { border-color: rgb(100,88,54); }

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