#615529

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

Shades of West Coast #615529

Tints of West Coast #615529

Color information

#615529 (or 0x615529) is unknown color: approx West Coast. HEX triplet: 61, 55 and 29. RGB value is (97,85,41). Sum of RGB (Red+Green+Blue) = 97+85+41=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #615529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615529 is #9EAAD6. Grayscale: #535353. Windows color (decimal): -10398423 or 2708833. OLE color: 2708833.

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

Color convert

RGB978541-
CMYK00.120.580.62
HSL47.14º40.58%27.06%-
HSV(B)47.14º57.73%38.04%-
XYZ8.589.23.42-
YUV83.57103.98137.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=43.50%
G=38.12%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97854100.120.580.6247.1440.5827.06
Hex6155290C3A3E2f291b
Octal141125510147276575133
Binary110000110101011010010110011101011111010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615529; }

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

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

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

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

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

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

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

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