#605126

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

Shades of Bronze Olive #605126

Tints of Bronze Olive #605126

Color information

#605126 (or 0x605126) is unknown color: approx Bronze Olive. HEX triplet: 60, 51 and 26. RGB value is (96,81,38). Sum of RGB (Red+Green+Blue) = 96+81+38=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #605126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605126 is #9FAED9. Grayscale: #505050. Windows color (decimal): -10464986 or 2511200. OLE color: 2511200.

HSL color Cylindrical-coordinate representation of color #605126: hue angle of 44.48º 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 #605126 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB968138-
CMYK00.160.600.62
HSL44.48º43.28%26.27%-
HSV(B)44.48º60.42%37.65%-
XYZ8.128.513.05-
YUV80.58103.97139-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=44.65%
G=37.67%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96813800.160.600.6244.4843.2826.27
Hex6051260103C3E2c2b1a
Octal140121460207476545332
Binary1100000101000110011001000011110011111010110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605126; }

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

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

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

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

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

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

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

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