#615431

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

Shades of West Coast #615431

Tints of West Coast #615431

Color information

#615431 (or 0x615431) is unknown color: approx West Coast. HEX triplet: 61, 54 and 31. RGB value is (97,84,49). Sum of RGB (Red+Green+Blue) = 97+84+49=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #615431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615431 is #9EABCE. Grayscale: #545454. Windows color (decimal): -10398671 or 3232865. OLE color: 3232865.

HSL color Cylindrical-coordinate representation of color #615431: hue angle of 43.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #615431 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB978449-
CMYK00.130.490.62
HSL43.75º32.88%28.63%-
HSV(B)43.75º49.48%38.04%-
XYZ8.659.14.21-
YUV83.9108.31137.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=42.17%
G=36.52%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97844900.130.490.6243.7532.8828.63
Hex6154310D313E2c211d
Octal141124610156176544135
Binary110000110101001100010110111000111111010110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615431; }

 p { color: rgb(97,84,49); }

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

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

 a { background-color: rgb(97,84,49); }

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

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

 span { border-color: rgb(97,84,49); }

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