#615235

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

Shades of West Coast #615235

Tints of West Coast #615235

Color information

#615235 (or 0x615235) is unknown color: approx West Coast. HEX triplet: 61, 52 and 35. RGB value is (97,82,53). Sum of RGB (Red+Green+Blue) = 97+82+53=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #615235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615235 is #9EADCA. Grayscale: #535353. Windows color (decimal): -10399179 or 3494497. OLE color: 3494497.

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

Color convert

RGB978253-
CMYK00.150.450.62
HSL39.55º29.33%29.41%-
HSV(B)39.55º45.36%38.04%-
XYZ8.598.834.62-
YUV83.18110.97137.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=41.81%
G=35.34%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97825300.150.450.6239.5529.3329.41
Hex6152350F2D3E281d1d
Octal141122650175576503535
Binary11000011010010110101011111011011111101010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615235; }

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

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

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

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

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

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

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

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