#604E2B

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

Shades of West Coast #604E2B

Tints of West Coast #604E2B

Color information

#604E2B (or 0x604E2B) is unknown color: approx West Coast. HEX triplet: 60, 4E and 2B. RGB value is (96,78,43). Sum of RGB (Red+Green+Blue) = 96+78+43=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #604E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E2B is #9FB1D4. Grayscale: #4F4F4F. Windows color (decimal): -10465749 or 2838112. OLE color: 2838112.

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

Color convert

RGB967843-
CMYK00.190.550.62
HSL39.62º38.13%27.25%-
HSV(B)39.62º55.21%37.65%-
XYZ7.988.113.43-
YUV79.39107.46139.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=44.24%
G=35.94%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96784300.190.550.6239.6238.1327.25
Hex604E2B013373E28261b
Octal140116530236776504633
Binary1100000100111010101101001111011111111010100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,43); }

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

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

 a { background-color: rgb(96,78,43); }

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

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

 span { border-color: rgb(96,78,43); }

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