#625113

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

Shades of Bronze Olive #625113

Tints of Bronze Olive #625113

Color information

#625113 (or 0x625113) is unknown color: approx Bronze Olive. HEX triplet: 62, 51 and 13. RGB value is (98,81,19). Sum of RGB (Red+Green+Blue) = 98+81+19=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #625113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625113 is #9DAEEC. Grayscale: #4F4F4F. Windows color (decimal): -10333933 or 1266018. OLE color: 1266018.

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

Color convert

RGB988119-
CMYK00.170.810.62
HSL47.09º67.52%22.94%-
HSV(B)47.09º80.61%38.43%-
XYZ8.18.531.84-
YUV79.0194.13141.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=49.49%
G=40.91%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98811900.170.810.6247.0967.5222.94
Hex625113011513E2f4417
Octal14212123021121765710427
Binary11000101010001100110100011010001111110101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625113; }

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

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

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

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

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

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

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

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