#615530

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

Shades of West Coast #615530

Tints of West Coast #615530

Color information

#615530 (or 0x615530) is unknown color: approx West Coast. HEX triplet: 61, 55 and 30. RGB value is (97,85,48). Sum of RGB (Red+Green+Blue) = 97+85+48=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #615530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615530 is #9EAACF. Grayscale: #545454. Windows color (decimal): -10398416 or 3167585. OLE color: 3167585.

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

Color convert

RGB978548-
CMYK00.120.510.62
HSL45.31º33.79%28.43%-
HSV(B)45.31º50.52%38.04%-
XYZ8.719.254.12-
YUV84.37107.48137.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=42.17%
G=36.96%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97854800.120.510.6245.3133.7928.43
Hex6155300C333E2d221c
Octal141125600146376554234
Binary110000110101011100000110011001111111010110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615530; }

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

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

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

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

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

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

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

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