#605026

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

Shades of Bronze Olive #605026

Tints of Bronze Olive #605026

Color information

#605026 (or 0x605026) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 26. RGB value is (96,80,38). Sum of RGB (Red+Green+Blue) = 96+80+38=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #605026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605026 is #9FAFD9. Grayscale: #505050. Windows color (decimal): -10465242 or 2510944. OLE color: 2510944.

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

Color convert

RGB968038-
CMYK00.170.600.62
HSL43.45º43.28%26.27%-
HSV(B)43.45º60.42%37.65%-
XYZ8.048.363.02-
YUV80104.3139.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 38 (15.23% from 255) = 17.76%
R=44.86%
G=37.38%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96803800.170.600.6243.4543.2826.27
Hex6050260113C3E2b2b1a
Octal140120460217476535332
Binary1100000101000010011001000111110011111010101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605026; }

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

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

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

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

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

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

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

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