#604D28

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

Shades of West Coast #604D28

Tints of West Coast #604D28

Color information

#604D28 (or 0x604D28) is unknown color: approx West Coast. HEX triplet: 60, 4D and 28. RGB value is (96,77,40). Sum of RGB (Red+Green+Blue) = 96+77+40=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #604D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D28 is #9FB2D7. Grayscale: #4E4E4E. Windows color (decimal): -10466008 or 2641248. OLE color: 2641248.

HSL color Cylindrical-coordinate representation of color #604D28: hue angle of 39.64º 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 #604D28 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB967740-
CMYK00.200.580.62
HSL39.64º41.18%26.67%-
HSV(B)39.64º58.33%37.65%-
XYZ7.867.953.13-
YUV78.46106.29140.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=45.07%
G=36.15%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96774000.200.580.6239.6441.1826.67
Hex604D280143A3E28291b
Octal140115500247276505133
Binary1100000100110110100001010011101011111010100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604D28; }

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

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

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

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

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

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

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

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