#615326

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

Shades of West Coast #615326

Tints of West Coast #615326

Color information

#615326 (or 0x615326) is unknown color: approx West Coast. HEX triplet: 61, 53 and 26. RGB value is (97,83,38). Sum of RGB (Red+Green+Blue) = 97+83+38=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #615326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615326 is #9EACD9. Grayscale: #525252. Windows color (decimal): -10398938 or 2511713. OLE color: 2511713.

HSL color Cylindrical-coordinate representation of color #615326: hue angle of 45.76º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #615326 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB978338-
CMYK00.140.610.62
HSL45.76º43.7%26.47%-
HSV(B)45.76º60.82%38.04%-
XYZ8.378.873.1-
YUV82.06103.14138.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=44.50%
G=38.07%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97833800.140.610.6245.7643.726.47
Hex6153260E3D3E2e2c1a
Octal141123460167576565432
Binary110000110100111001100111011110111111010111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615326; }

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

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

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

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

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

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

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

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