#604A1F

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

Shades of Bronze Olive #604A1F

Tints of Bronze Olive #604A1F

Color information

#604A1F (or 0x604A1F) is unknown color: approx Bronze Olive. HEX triplet: 60, 4A and 1F. RGB value is (96,74,31). Sum of RGB (Red+Green+Blue) = 96+74+31=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #604A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A1F is #9FB5E0. Grayscale: #4B4B4B. Windows color (decimal): -10466785 or 2050656. OLE color: 2050656.

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

Color convert

RGB967431-
CMYK00.230.680.62
HSL39.69º51.18%24.9%-
HSV(B)39.69º67.71%37.65%-
XYZ7.527.482.34-
YUV75.68102.79142.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=47.76%
G=36.82%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96743100.230.680.6239.6951.1824.9
Hex604A1F017443E283319
Octal1401123702710476506331
Binary1100000100101011111010111100010011111010100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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