#605439

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

Shades of West Coast #605439

Tints of West Coast #605439

Color information

#605439 (or 0x605439) is unknown color: approx West Coast. HEX triplet: 60, 54 and 39. RGB value is (96,84,57). Sum of RGB (Red+Green+Blue) = 96+84+57=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #605439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605439 is #9FABC6. Grayscale: #545454. Windows color (decimal): -10464199 or 3757152. OLE color: 3757152.

HSL color Cylindrical-coordinate representation of color #605439: hue angle of 41.54º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #605439 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB968457-
CMYK00.120.410.62
HSL41.54º25.49%30%-
HSV(B)41.54º40.62%37.65%-
XYZ8.739.125.17-
YUV84.51112.48136.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=40.51%
G=35.44%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96845700.120.410.6241.5425.4930
Hex6054390C293E2a191e
Octal140124710145176523136
Binary11000001010100111001011001010011111101010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605439; }

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

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

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

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

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

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

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

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