#62510E

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

Shades of Bronze Olive #62510E

Tints of Bronze Olive #62510E

Color information

#62510E (or 0x62510E) is unknown color: approx Bronze Olive. HEX triplet: 62, 51 and 0E. RGB value is (98,81,14). Sum of RGB (Red+Green+Blue) = 98+81+14=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62510E is #9DAEF1. Grayscale: #4E4E4E. Windows color (decimal): -10333938 or 938338. OLE color: 938338.

HSL color Cylindrical-coordinate representation of color #62510E: hue angle of 47.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62510E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB988114-
CMYK00.170.860.62
HSL47.86º75%21.96%-
HSV(B)47.86º85.71%38.43%-
XYZ8.068.511.63-
YUV78.4491.63141.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=50.78%
G=41.97%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98811400.170.860.6247.867521.96
Hex6251E011563E304b16
Octal14212116021126766011326
Binary1100010101000111100100011010110111110110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62510E; }

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

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

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

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

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

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

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

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