#604D26

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

Shades of Bronze Olive #604D26

Tints of Bronze Olive #604D26

Color information

#604D26 (or 0x604D26) is unknown color: approx Bronze Olive. HEX triplet: 60, 4D and 26. RGB value is (96,77,38). Sum of RGB (Red+Green+Blue) = 96+77+38=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #604D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D26 is #9FB2D9. Grayscale: #4E4E4E. Windows color (decimal): -10466010 or 2510176. OLE color: 2510176.

HSL color Cylindrical-coordinate representation of color #604D26: hue angle of 40.34º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604D26 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB967738-
CMYK00.200.600.62
HSL40.34º43.28%26.27%-
HSV(B)40.34º60.42%37.65%-
XYZ7.837.932.95-
YUV78.23105.29140.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 77 (30.47% from 255) = 36.49%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=45.50%
G=36.49%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96773800.200.600.6240.3443.2826.27
Hex604D260143C3E282b1a
Octal140115460247476505332
Binary1100000100110110011001010011110011111010100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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