#615034

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

Shades of West Coast #615034

Tints of West Coast #615034

Color information

#615034 (or 0x615034) is unknown color: approx West Coast. HEX triplet: 61, 50 and 34. RGB value is (97,80,52). Sum of RGB (Red+Green+Blue) = 97+80+52=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #615034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615034 is #9EAFCB. Grayscale: #525252. Windows color (decimal): -10399692 or 3428449. OLE color: 3428449.

HSL color Cylindrical-coordinate representation of color #615034: hue angle of 37.33º 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 #615034 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB978052-
CMYK00.180.460.62
HSL37.33º30.2%29.22%-
HSV(B)37.33º46.39%38.04%-
XYZ8.428.534.45-
YUV81.89111.13138.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=42.36%
G=34.93%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97805200.180.460.6237.3330.229.22
Hex6150340122E3E251e1d
Octal141120640225676453635
Binary110000110100001101000100101011101111101001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615034; }

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

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

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

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

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

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

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

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