#615129

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

Shades of West Coast #615129

Tints of West Coast #615129

Color information

#615129 (or 0x615129) is unknown color: approx West Coast. HEX triplet: 61, 51 and 29. RGB value is (97,81,41). Sum of RGB (Red+Green+Blue) = 97+81+41=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #615129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615129 is #9EAED6. Grayscale: #515151. Windows color (decimal): -10399447 or 2707809. OLE color: 2707809.

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

Color convert

RGB978141-
CMYK00.160.580.62
HSL42.86º40.58%27.06%-
HSV(B)42.86º57.73%38.04%-
XYZ8.278.593.32-
YUV81.22105.3139.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 41 (16.41% from 255) = 18.72%
R=44.29%
G=36.99%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97814100.160.580.6242.8640.5827.06
Hex6151290103A3E2b291b
Octal141121510207276535133
Binary1100001101000110100101000011101011111010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615129; }

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

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

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

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

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

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

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

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