#604D1B

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

Shades of Bronze Olive #604D1B

Tints of Bronze Olive #604D1B

Color information

#604D1B (or 0x604D1B) is unknown color: approx Bronze Olive. HEX triplet: 60, 4D and 1B. RGB value is (96,77,27). Sum of RGB (Red+Green+Blue) = 96+77+27=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #604D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D1B is #9FB2E4. Grayscale: #4D4D4D. Windows color (decimal): -10466021 or 1789280. OLE color: 1789280.

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

Color convert

RGB967727-
CMYK00.200.720.62
HSL43.48º56.1%24.12%-
HSV(B)43.48º71.88%37.65%-
XYZ7.687.872.15-
YUV76.9899.79141.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=48%
G=38.5%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96772700.200.720.6243.4856.124.12
Hex604D1B014483E2b3818
Octal1401153302411076537030
Binary1100000100110111011010100100100011111010101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,77,27); }

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

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

 a { background-color: rgb(96,77,27); }

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

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

 span { border-color: rgb(96,77,27); }

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