#604E1C

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

Shades of Bronze Olive #604E1C

Tints of Bronze Olive #604E1C

Color information

#604E1C (or 0x604E1C) is unknown color: approx Bronze Olive. HEX triplet: 60, 4E and 1C. RGB value is (96,78,28). Sum of RGB (Red+Green+Blue) = 96+78+28=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #604E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E1C is #9FB1E3. Grayscale: #4D4D4D. Windows color (decimal): -10465764 or 1855072. OLE color: 1855072.

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

Color convert

RGB967828-
CMYK00.190.710.62
HSL44.12º54.84%24.31%-
HSV(B)44.12º70.83%37.65%-
XYZ7.768.022.24-
YUV77.6899.96141.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 78 (30.86% from 255) = 38.61%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=47.52%
G=38.61%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96782800.190.710.6244.1254.8424.31
Hex604E1C013473E2c3718
Octal1401163402310776546730
Binary1100000100111011100010011100011111111010110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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