#605028

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

Shades of West Coast #605028

Tints of West Coast #605028

Color information

#605028 (or 0x605028) is unknown color: approx West Coast. HEX triplet: 60, 50 and 28. RGB value is (96,80,40). Sum of RGB (Red+Green+Blue) = 96+80+40=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #605028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605028 is #9FAFD7. Grayscale: #505050. Windows color (decimal): -10465240 or 2642016. OLE color: 2642016.

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

Color convert

RGB968040-
CMYK00.170.580.62
HSL42.86º41.18%26.67%-
HSV(B)42.86º58.33%37.65%-
XYZ8.088.383.2-
YUV80.22105.3139.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=44.44%
G=37.04%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96804000.170.580.6242.8641.1826.67
Hex6050280113A3E2b291b
Octal140120500217276535133
Binary1100000101000010100001000111101011111010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605028; }

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

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

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

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

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

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

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

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