#645429

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

Shades of West Coast #645429

Tints of West Coast #645429

Color information

#645429 (or 0x645429) is unknown color: approx West Coast. HEX triplet: 64, 54 and 29. RGB value is (100,84,41). Sum of RGB (Red+Green+Blue) = 100+84+41=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #645429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645429 is #9BABD6. Grayscale: #545454. Windows color (decimal): -10202071 or 2708580. OLE color: 2708580.

HSL color Cylindrical-coordinate representation of color #645429: hue angle of 43.73º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645429 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB1008441-
CMYK00.160.590.61
HSL43.73º41.84%27.65%-
HSV(B)43.73º59%39.22%-
XYZ8.839.213.41-
YUV83.88103.8139.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=44.44%
G=37.33%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100844100.160.590.6143.7341.8427.65
Hex6454290103B3D2c2a1c
Octal144124510207375545234
Binary1100100101010010100101000011101111110110110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645429; }

 p { color: rgb(100,84,41); }

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

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

 a { background-color: rgb(100,84,41); }

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

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

 span { border-color: rgb(100,84,41); }

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