#604A1D

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

Shades of Bronze Olive #604A1D

Tints of Bronze Olive #604A1D

Color information

#604A1D (or 0x604A1D) is unknown color: approx Bronze Olive. HEX triplet: 60, 4A and 1D. RGB value is (96,74,29). Sum of RGB (Red+Green+Blue) = 96+74+29=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A1D is #9FB5E2. Grayscale: #4B4B4B. Windows color (decimal): -10466787 or 1919584. OLE color: 1919584.

HSL color Cylindrical-coordinate representation of color #604A1D: hue angle of 40.3º 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 #604A1D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB967429-
CMYK00.230.700.62
HSL40.3º53.6%24.51%-
HSV(B)40.3º69.79%37.65%-
XYZ7.497.472.21-
YUV75.45101.79142.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=48.24%
G=37.19%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96742900.230.700.6240.353.624.51
Hex604A1D017463E283619
Octal1401123502710676506631
Binary1100000100101011101010111100011011111010100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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