#604E0C

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

Shades of Bronze Olive #604E0C

Tints of Bronze Olive #604E0C

Color information

#604E0C (or 0x604E0C) is unknown color: approx Bronze Olive. HEX triplet: 60, 4E and 0C. RGB value is (96,78,12). Sum of RGB (Red+Green+Blue) = 96+78+12=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #604E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604E0C is #9FB1F3. Grayscale: #4C4C4C. Windows color (decimal): -10465780 or 806496. OLE color: 806496.

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

Color convert

RGB967812-
CMYK00.190.880.62
HSL47.14º77.78%21.18%-
HSV(B)47.14º87.5%37.65%-
XYZ7.617.961.48-
YUV75.8691.96142.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 12 (5.08% from 255) = 6.45%
R=51.61%
G=41.94%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96781200.190.880.6247.1477.7821.18
Hex604EC013583E2f4e15
Octal14011614023130765711625
Binary1100000100111011000100111011000111110101111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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