#605431

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

Shades of West Coast #605431

Tints of West Coast #605431

Color information

#605431 (or 0x605431) is unknown color: approx West Coast. HEX triplet: 60, 54 and 31. RGB value is (96,84,49). Sum of RGB (Red+Green+Blue) = 96+84+49=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #605431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605431 is #9FABCE. Grayscale: #535353. Windows color (decimal): -10464207 or 3232864. OLE color: 3232864.

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

Color convert

RGB968449-
CMYK00.120.490.62
HSL44.68º32.41%28.43%-
HSV(B)44.68º48.96%37.65%-
XYZ8.559.054.2-
YUV83.6108.48136.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=41.92%
G=36.68%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96844900.120.490.6244.6832.4128.43
Hex6054310C313E2d201c
Octal140124610146176554034
Binary110000010101001100010110011000111111010110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605431; }

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

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

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

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

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

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

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

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