#604E14

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

Shades of Bronze Olive #604E14

Tints of Bronze Olive #604E14

Color information

#604E14 (or 0x604E14) is unknown color: approx Bronze Olive. HEX triplet: 60, 4E and 14. RGB value is (96,78,20). Sum of RGB (Red+Green+Blue) = 96+78+20=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #604E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604E14 is #9FB1EB. Grayscale: #4D4D4D. Windows color (decimal): -10465772 or 1330784. OLE color: 1330784.

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

Color convert

RGB967820-
CMYK00.190.790.62
HSL45.79º65.52%22.75%-
HSV(B)45.79º79.17%37.65%-
XYZ7.677.991.8-
YUV76.7795.96141.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 78 (30.86% from 255) = 40.21%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=49.48%
G=40.21%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96782000.190.790.6245.7965.5222.75
Hex604E140134F3E2e4217
Octal14011624023117765610227
Binary11000001001110101000100111001111111110101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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