#604A1A

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

Shades of Bronze Olive #604A1A

Tints of Bronze Olive #604A1A

Color information

#604A1A (or 0x604A1A) is unknown color: approx Bronze Olive. HEX triplet: 60, 4A and 1A. RGB value is (96,74,26). Sum of RGB (Red+Green+Blue) = 96+74+26=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #604A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A1A is #9FB5E5. Grayscale: #4B4B4B. Windows color (decimal): -10466790 or 1722976. OLE color: 1722976.

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

Color convert

RGB967426-
CMYK00.230.730.62
HSL41.14º57.38%23.92%-
HSV(B)41.14º72.92%37.65%-
XYZ7.467.462.02-
YUV75.11100.29142.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=48.98%
G=37.76%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96742600.230.730.6241.1457.3823.92
Hex604A1A017493E293918
Octal1401123202711176517130
Binary1100000100101011010010111100100111111010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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