#62511B

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

Shades of Bronze Olive #62511B

Tints of Bronze Olive #62511B

Color information

#62511B (or 0x62511B) is unknown color: approx Bronze Olive. HEX triplet: 62, 51 and 1B. RGB value is (98,81,27). Sum of RGB (Red+Green+Blue) = 98+81+27=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #62511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62511B is #9DAEE4. Grayscale: #505050. Windows color (decimal): -10333925 or 1790306. OLE color: 1790306.

HSL color Cylindrical-coordinate representation of color #62511B: hue angle of 45.63º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62511B is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB988127-
CMYK00.170.720.62
HSL45.63º56.8%24.51%-
HSV(B)45.63º72.45%38.43%-
XYZ8.188.562.26-
YUV79.9398.13140.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=47.57%
G=39.32%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98812700.170.720.6245.6356.824.51
Hex62511B011483E2e3919
Octal1421213302111076567131
Binary1100010101000111011010001100100011111010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,81,27); }

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

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

 a { background-color: rgb(98,81,27); }

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

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

 span { border-color: rgb(98,81,27); }

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