#605629

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

Shades of West Coast #605629

Tints of West Coast #605629

Color information

#605629 (or 0x605629) is unknown color: approx West Coast. HEX triplet: 60, 56 and 29. RGB value is (96,86,41). Sum of RGB (Red+Green+Blue) = 96+86+41=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #605629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605629 is #9FA9D6. Grayscale: #545454. Windows color (decimal): -10463703 or 2709088. OLE color: 2709088.

HSL color Cylindrical-coordinate representation of color #605629: hue angle of 49.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #605629 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB968641-
CMYK00.100.570.62
HSL49.09º40.15%26.86%-
HSV(B)49.09º57.29%37.65%-
XYZ8.559.33.44-
YUV83.86103.81136.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=43.05%
G=38.57%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96864100.100.570.6249.0940.1526.86
Hex6056290A393E31281b
Octal140126510127176615033
Binary110000010101101010010101011100111111011000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605629; }

 p { color: rgb(96,86,41); }

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

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

 a { background-color: rgb(96,86,41); }

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

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

 span { border-color: rgb(96,86,41); }

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