#615028

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

Shades of West Coast #615028

Tints of West Coast #615028

Color information

#615028 (or 0x615028) is unknown color: approx West Coast. HEX triplet: 61, 50 and 28. RGB value is (97,80,40). Sum of RGB (Red+Green+Blue) = 97+80+40=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #615028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615028 is #9EAFD7. Grayscale: #505050. Windows color (decimal): -10399704 or 2642017. OLE color: 2642017.

HSL color Cylindrical-coordinate representation of color #615028: hue angle of 42.11º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #615028 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB978040-
CMYK00.180.590.62
HSL42.11º41.61%26.86%-
HSV(B)42.11º58.76%38.04%-
XYZ8.188.433.2-
YUV80.52105.13139.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=44.70%
G=36.87%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97804000.180.590.6242.1141.6126.86
Hex6150280123B3E2a2a1b
Octal141120500227376525233
Binary1100001101000010100001001011101111111010101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615028; }

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

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

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

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

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

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

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

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