#625417

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

Shades of Bronze Olive #625417

Tints of Bronze Olive #625417

Color information

#625417 (or 0x625417) is unknown color: approx Bronze Olive. HEX triplet: 62, 54 and 17. RGB value is (98,84,23). Sum of RGB (Red+Green+Blue) = 98+84+23=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #625417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625417 is #9DABE8. Grayscale: #515151. Windows color (decimal): -10333161 or 1528930. OLE color: 1528930.

HSL color Cylindrical-coordinate representation of color #625417: hue angle of 48.8º 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 #625417 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB988423-
CMYK00.140.770.62
HSL48.8º61.98%23.73%-
HSV(B)48.8º76.53%38.43%-
XYZ8.3692.11-
YUV81.2395.14139.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 23 (9.38% from 255) = 11.22%
R=47.80%
G=40.98%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98842300.140.770.6248.861.9823.73
Hex6254170E4D3E313e18
Octal1421242701611576617630
Binary110001010101001011101110100110111111011000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625417; }

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

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

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

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

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

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

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

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