#605230

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

Shades of West Coast #605230

Tints of West Coast #605230

Color information

#605230 (or 0x605230) is unknown color: approx West Coast. HEX triplet: 60, 52 and 30. RGB value is (96,82,48). Sum of RGB (Red+Green+Blue) = 96+82+48=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #605230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605230 is #9FADCF. Grayscale: #525252. Windows color (decimal): -10464720 or 3166816. OLE color: 3166816.

HSL color Cylindrical-coordinate representation of color #605230: hue angle of 42.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605230 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB968248-
CMYK00.150.500.62
HSL42.5º33.33%28.24%-
HSV(B)42.5º50%37.65%-
XYZ8.378.734.04-
YUV82.31108.64137.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=42.48%
G=36.28%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96824800.150.500.6242.533.3328.24
Hex6052300F323E2a211c
Octal140122600176276524134
Binary110000010100101100000111111001011111010101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605230; }

 p { color: rgb(96,82,48); }

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

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

 a { background-color: rgb(96,82,48); }

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

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

 span { border-color: rgb(96,82,48); }

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