#615332

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

Shades of West Coast #615332

Tints of West Coast #615332

Color information

#615332 (or 0x615332) is unknown color: approx West Coast. HEX triplet: 61, 53 and 32. RGB value is (97,83,50). Sum of RGB (Red+Green+Blue) = 97+83+50=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #615332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615332 is #9EACCD. Grayscale: #535353. Windows color (decimal): -10398926 or 3298145. OLE color: 3298145.

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

Color convert

RGB978350-
CMYK00.140.480.62
HSL42.13º31.97%28.82%-
HSV(B)42.13º48.45%38.04%-
XYZ8.68.964.29-
YUV83.42109.14137.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=42.17%
G=36.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97835000.140.480.6242.1331.9728.82
Hex6153320E303E2a201d
Octal141123620166076524035
Binary110000110100111100100111011000011111010101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615332; }

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

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

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

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

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

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

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

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