#615228

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

Shades of West Coast #615228

Tints of West Coast #615228

Color information

#615228 (or 0x615228) is unknown color: approx West Coast. HEX triplet: 61, 52 and 28. RGB value is (97,82,40). Sum of RGB (Red+Green+Blue) = 97+82+40=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #615228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615228 is #9EADD7. Grayscale: #515151. Windows color (decimal): -10399192 or 2642529. OLE color: 2642529.

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

Color convert

RGB978240-
CMYK00.150.590.62
HSL44.21º41.61%26.86%-
HSV(B)44.21º58.76%38.04%-
XYZ8.338.733.25-
YUV81.7104.47138.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=44.29%
G=37.44%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97824000.150.590.6244.2141.6126.86
Hex6152280F3B3E2c2a1b
Octal141122500177376545233
Binary110000110100101010000111111101111111010110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615228; }

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

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

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

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

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

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

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

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