#605029

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

Shades of West Coast #605029

Tints of West Coast #605029

Color information

#605029 (or 0x605029) is unknown color: approx West Coast. HEX triplet: 60, 50 and 29. RGB value is (96,80,41). Sum of RGB (Red+Green+Blue) = 96+80+41=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #605029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605029 is #9FAFD6. Grayscale: #505050. Windows color (decimal): -10465239 or 2707552. OLE color: 2707552.

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

Color convert

RGB968041-
CMYK00.170.570.62
HSL42.55º40.15%26.86%-
HSV(B)42.55º57.29%37.65%-
XYZ8.098.383.29-
YUV80.34105.8139.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=44.24%
G=36.87%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96804100.170.570.6242.5540.1526.86
Hex605029011393E2b281b
Octal140120510217176535033
Binary1100000101000010100101000111100111111010101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605029; }

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

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

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

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

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

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

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

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