#645531

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

Shades of West Coast #645531

Tints of West Coast #645531

Color information

#645531 (or 0x645531) is unknown color: approx West Coast. HEX triplet: 64, 55 and 31. RGB value is (100,85,49). Sum of RGB (Red+Green+Blue) = 100+85+49=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #645531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645531 is #9BAACE. Grayscale: #555555. Windows color (decimal): -10201807 or 3233124. OLE color: 3233124.

HSL color Cylindrical-coordinate representation of color #645531: hue angle of 42.35º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645531 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB1008549-
CMYK00.150.510.61
HSL42.35º34.23%29.22%-
HSV(B)42.35º51%39.22%-
XYZ9.069.434.25-
YUV85.38107.47138.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.74%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=42.74%
G=36.32%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100854900.150.510.6142.3534.2329.22
Hex6455310F333D2a221d
Octal144125610176375524235
Binary110010010101011100010111111001111110110101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645531; }

 p { color: rgb(100,85,49); }

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

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

 a { background-color: rgb(100,85,49); }

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

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

 span { border-color: rgb(100,85,49); }

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