#615134

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

Shades of West Coast #615134

Tints of West Coast #615134

Color information

#615134 (or 0x615134) is unknown color: approx West Coast. HEX triplet: 61, 51 and 34. RGB value is (97,81,52). Sum of RGB (Red+Green+Blue) = 97+81+52=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #615134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615134 is #9EAECB. Grayscale: #525252. Windows color (decimal): -10399436 or 3428705. OLE color: 3428705.

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

Color convert

RGB978152-
CMYK00.160.460.62
HSL38.67º30.2%29.22%-
HSV(B)38.67º46.39%38.04%-
XYZ8.498.674.48-
YUV82.48110.8138.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=42.17%
G=35.22%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97815200.160.460.6238.6730.229.22
Hex6151340102E3E271e1d
Octal141121640205676473635
Binary110000110100011101000100001011101111101001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615134; }

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

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

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

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

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

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

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

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