#615230

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

Shades of West Coast #615230

Tints of West Coast #615230

Color information

#615230 (or 0x615230) is unknown color: approx West Coast. HEX triplet: 61, 52 and 30. RGB value is (97,82,48). Sum of RGB (Red+Green+Blue) = 97+82+48=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #615230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615230 is #9EADCF. Grayscale: #525252. Windows color (decimal): -10399184 or 3166817. OLE color: 3166817.

HSL color Cylindrical-coordinate representation of color #615230: hue angle of 41.63º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615230 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB978248-
CMYK00.150.510.62
HSL41.63º33.79%28.43%-
HSV(B)41.63º50.52%38.04%-
XYZ8.488.794.05-
YUV82.61108.47138.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=42.73%
G=36.12%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97824800.150.510.6241.6333.7928.43
Hex6152300F333E2a221c
Octal141122600176376524234
Binary110000110100101100000111111001111111010101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615230; }

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

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

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

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

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

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

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

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