#615232

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

Shades of West Coast #615232

Tints of West Coast #615232

Color information

#615232 (or 0x615232) is unknown color: approx West Coast. HEX triplet: 61, 52 and 32. RGB value is (97,82,50). Sum of RGB (Red+Green+Blue) = 97+82+50=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #615232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615232 is #9EADCD. Grayscale: #525252. Windows color (decimal): -10399182 or 3297889. OLE color: 3297889.

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

Color convert

RGB978250-
CMYK00.150.480.62
HSL40.85º31.97%28.82%-
HSV(B)40.85º48.45%38.04%-
XYZ8.528.814.27-
YUV82.84109.47138.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=42.36%
G=35.81%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97825000.150.480.6240.8531.9728.82
Hex6152320F303E29201d
Octal141122620176076514035
Binary110000110100101100100111111000011111010100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615232; }

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

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

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

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

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

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

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

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