#605731

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

Shades of West Coast #605731

Tints of West Coast #605731

Color information

#605731 (or 0x605731) is unknown color: approx West Coast. HEX triplet: 60, 57 and 31. RGB value is (96,87,49). Sum of RGB (Red+Green+Blue) = 96+87+49=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #605731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605731 is #9FA8CE. Grayscale: #555555. Windows color (decimal): -10463439 or 3233632. OLE color: 3233632.

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

Color convert

RGB968749-
CMYK00.090.490.62
HSL48.51º32.41%28.43%-
HSV(B)48.51º48.96%37.65%-
XYZ8.799.524.28-
YUV85.36107.48135.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=41.38%
G=37.5%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96874900.090.490.6248.5132.4128.43
Hex60573109313E31201c
Octal140127610116176614034
Binary110000010101111100010100111000111111011000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605731; }

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

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

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

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

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

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

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

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