#604E1D

Color #604E1D Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #604E1D

Tints of Bronze Olive #604E1D

Color information

#604E1D (or 0x604E1D) is unknown color: approx Bronze Olive. HEX triplet: 60, 4E and 1D. RGB value is (96,78,29). Sum of RGB (Red+Green+Blue) = 96+78+29=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #604E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E1D is #9FB1E2. Grayscale: #4E4E4E. Windows color (decimal): -10465763 or 1920608. OLE color: 1920608.

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

Color convert

RGB967829-
CMYK00.190.700.62
HSL43.88º53.6%24.51%-
HSV(B)43.88º69.79%37.65%-
XYZ7.778.022.3-
YUV77.8100.46140.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=47.29%
G=38.42%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96782900.190.700.6243.8853.624.51
Hex604E1D013463E2c3619
Octal1401163502310676546631
Binary1100000100111011101010011100011011111010110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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