#604E1F

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

Shades of Bronze Olive #604E1F

Tints of Bronze Olive #604E1F

Color information

#604E1F (or 0x604E1F) is unknown color: approx Bronze Olive. HEX triplet: 60, 4E and 1F. RGB value is (96,78,31). Sum of RGB (Red+Green+Blue) = 96+78+31=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #604E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E1F is #9FB1E0. Grayscale: #4E4E4E. Windows color (decimal): -10465761 or 2051680. OLE color: 2051680.

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

Color convert

RGB967831-
CMYK00.190.680.62
HSL43.38º51.18%24.9%-
HSV(B)43.38º67.71%37.65%-
XYZ7.88.032.44-
YUV78.02101.46140.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=46.83%
G=38.05%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96783100.190.680.6243.3851.1824.9
Hex604E1F013443E2b3319
Octal1401163702310476536331
Binary1100000100111011111010011100010011111010101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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