#62511F

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

Shades of Bronze Olive #62511F

Tints of Bronze Olive #62511F

Color information

#62511F (or 0x62511F) is unknown color: approx Bronze Olive. HEX triplet: 62, 51 and 1F. RGB value is (98,81,31). Sum of RGB (Red+Green+Blue) = 98+81+31=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62511F is #9DAEE0. Grayscale: #505050. Windows color (decimal): -10333921 or 2052450. OLE color: 2052450.

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

Color convert

RGB988131-
CMYK00.170.680.62
HSL44.78º51.94%25.29%-
HSV(B)44.78º68.37%38.43%-
XYZ8.238.582.52-
YUV80.38100.13140.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 31 (12.5% from 255) = 14.76%
R=46.67%
G=38.57%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98813100.170.680.6244.7851.9425.29
Hex62511F011443E2d3419
Octal1421213702110476556431
Binary1100010101000111111010001100010011111010110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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