#615126

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

Shades of West Coast #615126

Tints of West Coast #615126

Color information

#615126 (or 0x615126) is unknown color: approx West Coast. HEX triplet: 61, 51 and 26. RGB value is (97,81,38). Sum of RGB (Red+Green+Blue) = 97+81+38=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #615126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615126 is #9EAED9. Grayscale: #515151. Windows color (decimal): -10399450 or 2511201. OLE color: 2511201.

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

Color convert

RGB978138-
CMYK00.160.610.62
HSL43.73º43.7%26.47%-
HSV(B)43.73º60.82%38.04%-
XYZ8.228.573.05-
YUV80.88103.8139.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=44.91%
G=37.5%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97813800.160.610.6243.7343.726.47
Hex6151260103D3E2c2c1a
Octal141121460207576545432
Binary1100001101000110011001000011110111111010110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615126; }

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

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

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

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

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

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

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

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