#615128

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

Shades of West Coast #615128

Tints of West Coast #615128

Color information

#615128 (or 0x615128) is unknown color: approx West Coast. HEX triplet: 61, 51 and 28. RGB value is (97,81,40). Sum of RGB (Red+Green+Blue) = 97+81+40=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #615128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615128 is #9EAED7. Grayscale: #515151. Windows color (decimal): -10399448 or 2642273. OLE color: 2642273.

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

Color convert

RGB978140-
CMYK00.160.590.62
HSL43.16º41.61%26.86%-
HSV(B)43.16º58.76%38.04%-
XYZ8.268.583.23-
YUV81.11104.8139.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=44.50%
G=37.16%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97814000.160.590.6243.1641.6126.86
Hex6151280103B3E2b2a1b
Octal141121500207376535233
Binary1100001101000110100001000011101111111010101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615128; }

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

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

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

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

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

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

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

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