#615328

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

Shades of West Coast #615328

Tints of West Coast #615328

Color information

#615328 (or 0x615328) is unknown color: approx West Coast. HEX triplet: 61, 53 and 28. RGB value is (97,83,40). Sum of RGB (Red+Green+Blue) = 97+83+40=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #615328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615328 is #9EACD7. Grayscale: #525252. Windows color (decimal): -10398936 or 2642785. OLE color: 2642785.

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

Color convert

RGB978340-
CMYK00.140.590.62
HSL45.26º41.61%26.86%-
HSV(B)45.26º58.76%38.04%-
XYZ8.418.883.28-
YUV82.28104.14138.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=44.09%
G=37.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97834000.140.590.6245.2641.6126.86
Hex6153280E3B3E2d2a1b
Octal141123500167376555233
Binary110000110100111010000111011101111111010110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615328; }

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

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

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

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

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

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

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

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