#62560B

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

Shades of Bronze Olive #62560B

Tints of Bronze Olive #62560B

Color information

#62560B (or 0x62560B) is unknown color: approx Bronze Olive. HEX triplet: 62, 56 and 0B. RGB value is (98,86,11). Sum of RGB (Red+Green+Blue) = 98+86+11=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62560B is #9DA9F4. Grayscale: #515151. Windows color (decimal): -10332661 or 743010. OLE color: 743010.

HSL color Cylindrical-coordinate representation of color #62560B: hue angle of 51.72º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62560B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB988611-
CMYK00.120.890.62
HSL51.72º79.82%21.37%-
HSV(B)51.72º88.78%38.43%-
XYZ8.439.281.66-
YUV81.0488.48140.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=50.26%
G=44.10%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98861100.120.890.6251.7279.8221.37
Hex6256B0C593E345015
Octal14212613014131766412025
Binary110001010101101011011001011001111110110100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62560B; }

 p { color: rgb(98,86,11); }

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

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

 a { background-color: rgb(98,86,11); }

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

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

 span { border-color: rgb(98,86,11); }

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