#605730

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

Shades of West Coast #605730

Tints of West Coast #605730

Color information

#605730 (or 0x605730) is unknown color: approx West Coast. HEX triplet: 60, 57 and 30. RGB value is (96,87,48). Sum of RGB (Red+Green+Blue) = 96+87+48=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #605730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605730 is #9FA8CF. Grayscale: #555555. Windows color (decimal): -10463440 or 3168096. OLE color: 3168096.

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

Color convert

RGB968748-
CMYK00.090.500.62
HSL48.75º33.33%28.24%-
HSV(B)48.75º50%37.65%-
XYZ8.779.524.17-
YUV85.24106.98135.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=41.56%
G=37.66%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96874800.090.500.6248.7533.3328.24
Hex60573009323E31211c
Octal140127600116276614134
Binary110000010101111100000100111001011111011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605730; }

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

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

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

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

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

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

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

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