#625017

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

Shades of Bronze Olive #625017

Tints of Bronze Olive #625017

Color information

#625017 (or 0x625017) is unknown color: approx Bronze Olive. HEX triplet: 62, 50 and 17. RGB value is (98,80,23). Sum of RGB (Red+Green+Blue) = 98+80+23=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #625017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625017 is #9DAFE8. Grayscale: #4F4F4F. Windows color (decimal): -10334185 or 1527906. OLE color: 1527906.

HSL color Cylindrical-coordinate representation of color #625017: hue angle of 45.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #625017 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB988023-
CMYK00.180.770.62
HSL45.6º61.98%23.73%-
HSV(B)45.6º76.53%38.43%-
XYZ8.068.42.01-
YUV78.8896.46141.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 23 (9.38% from 255) = 11.44%
R=48.76%
G=39.80%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98802300.180.770.6245.661.9823.73
Hex6250170124D3E2e3e18
Octal1421202702211576567630
Binary1100010101000010111010010100110111111010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625017; }

 p { color: rgb(98,80,23); }

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

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

 a { background-color: rgb(98,80,23); }

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

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

 span { border-color: rgb(98,80,23); }

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