#615031

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

Shades of West Coast #615031

Tints of West Coast #615031

Color information

#615031 (or 0x615031) is unknown color: approx West Coast. HEX triplet: 61, 50 and 31. RGB value is (97,80,49). Sum of RGB (Red+Green+Blue) = 97+80+49=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #615031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615031 is #9EAFCE. Grayscale: #515151. Windows color (decimal): -10399695 or 3231841. OLE color: 3231841.

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

Color convert

RGB978049-
CMYK00.180.490.62
HSL38.75º32.88%28.63%-
HSV(B)38.75º49.48%38.04%-
XYZ8.358.54.11-
YUV81.55109.63139.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=42.92%
G=35.40%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97804900.180.490.6238.7532.8828.63
Hex615031012313E27211d
Octal141120610226176474135
Binary1100001101000011000101001011000111111010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615031; }

 p { color: rgb(97,80,49); }

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

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

 a { background-color: rgb(97,80,49); }

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

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

 span { border-color: rgb(97,80,49); }

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