#645A3C

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

Shades of West Coast #645A3C

Tints of West Coast #645A3C

Color information

#645A3C (or 0x645A3C) is unknown color: approx West Coast. HEX triplet: 64, 5A and 3C. RGB value is (100,90,60). Sum of RGB (Red+Green+Blue) = 100+90+60=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #645A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645A3C is #9BA5C3. Grayscale: #595959. Windows color (decimal): -10200516 or 3955300. OLE color: 3955300.

HSL color Cylindrical-coordinate representation of color #645A3C: hue angle of 45º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #645A3C is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1009060-
CMYK00.100.40.61
HSL45º25%31.37%-
HSV(B)45º40%39.22%-
XYZ9.7310.355.76-
YUV89.57111.31135.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 60 (23.83% from 255) = 24%
R=40%
G=36%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100906000.100.40.61452531.37
Hex645A3C0A283D2d191f
Octal144132740125075553137
Binary11001001011010111100010101010001111011011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645A3C; }

 p { color: rgb(100,90,60); }

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

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

 a { background-color: rgb(100,90,60); }

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

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

 span { border-color: rgb(100,90,60); }

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