#5B5206

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

Shades of Bronze Olive #5B5206

Tints of Bronze Olive #5B5206

Color information

#5B5206 (or 0x5B5206) is unknown color: approx Bronze Olive. HEX triplet: 5B, 52 and 06. RGB value is (91,82,6). Sum of RGB (Red+Green+Blue) = 91+82+6=179 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.84% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5206 is #A4ADF9. Grayscale: #4C4C4C. Windows color (decimal): -10792442 or 414299. OLE color: 414299.

HSL color Cylindrical-coordinate representation of color #5B5206: hue angle of 53.65º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B5206 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB91826-
CMYK00.100.930.64
HSL53.65º87.63%19.02%-
HSV(B)53.65º93.41%35.69%-
XYZ7.368.271.38-
YUV76.0388.48138.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50.84%
GREEN value IS 82 (32.42% from 255) = 45.81%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=50.84%
G=45.81%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9182600.100.930.6453.6587.6319.02
Hex5B5260A5D40365813
Octal13312260121351006613023
Binary101101110100101100101010111011000000110110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5206; }

 p { color: rgb(91,82,6); }

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

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

 a { background-color: rgb(91,82,6); }

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

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

 span { border-color: rgb(91,82,6); }

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