#615132

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

Shades of West Coast #615132

Tints of West Coast #615132

Color information

#615132 (or 0x615132) is unknown color: approx West Coast. HEX triplet: 61, 51 and 32. RGB value is (97,81,50). Sum of RGB (Red+Green+Blue) = 97+81+50=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #615132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615132 is #9EAECD. Grayscale: #525252. Windows color (decimal): -10399438 or 3297633. OLE color: 3297633.

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

Color convert

RGB978150-
CMYK00.160.480.62
HSL39.57º31.97%28.82%-
HSV(B)39.57º48.45%38.04%-
XYZ8.458.664.24-
YUV82.25109.8138.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=42.54%
G=35.53%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97815000.160.480.6239.5731.9728.82
Hex615132010303E28201d
Octal141121620206076504035
Binary1100001101000111001001000011000011111010100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615132; }

 p { color: rgb(97,81,50); }

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

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

 a { background-color: rgb(97,81,50); }

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

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

 span { border-color: rgb(97,81,50); }

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