#615130

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

Shades of West Coast #615130

Tints of West Coast #615130

Color information

#615130 (or 0x615130) is unknown color: approx West Coast. HEX triplet: 61, 51 and 30. RGB value is (97,81,48). Sum of RGB (Red+Green+Blue) = 97+81+48=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #615130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615130 is #9EAECF. Grayscale: #525252. Windows color (decimal): -10399440 or 3166561. OLE color: 3166561.

HSL color Cylindrical-coordinate representation of color #615130: hue angle of 40.41º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615130 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB978148-
CMYK00.160.510.62
HSL40.41º33.79%28.43%-
HSV(B)40.41º50.52%38.04%-
XYZ8.418.644.02-
YUV82.02108.8138.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=42.92%
G=35.84%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97814800.160.510.6240.4133.7928.43
Hex615130010333E28221c
Octal141121600206376504234
Binary1100001101000111000001000011001111111010100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615130; }

 p { color: rgb(97,81,48); }

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

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

 a { background-color: rgb(97,81,48); }

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

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

 span { border-color: rgb(97,81,48); }

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