#615528

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

Shades of West Coast #615528

Tints of West Coast #615528

Color information

#615528 (or 0x615528) is unknown color: approx West Coast. HEX triplet: 61, 55 and 28. RGB value is (97,85,40). Sum of RGB (Red+Green+Blue) = 97+85+40=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #615528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615528 is #9EAAD7. Grayscale: #535353. Windows color (decimal): -10398424 or 2643297. OLE color: 2643297.

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

Color convert

RGB978540-
CMYK00.120.590.62
HSL47.37º41.61%26.86%-
HSV(B)47.37º58.76%38.04%-
XYZ8.569.193.33-
YUV83.46103.48137.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 40 (16.02% from 255) = 18.02%
R=43.69%
G=38.29%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97854000.120.590.6247.3741.6126.86
Hex6155280C3B3E2f2a1b
Octal141125500147376575233
Binary110000110101011010000110011101111111010111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615528; }

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

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

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

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

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

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

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

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