#624A17

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

Shades of Bronze Olive #624A17

Tints of Bronze Olive #624A17

Color information

#624A17 (or 0x624A17) is unknown color: approx Bronze Olive. HEX triplet: 62, 4A and 17. RGB value is (98,74,23). Sum of RGB (Red+Green+Blue) = 98+74+23=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #624A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624A17 is #9DB5E8. Grayscale: #4B4B4B. Windows color (decimal): -10335721 or 1526370. OLE color: 1526370.

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

Color convert

RGB987423-
CMYK00.240.770.62
HSL40.8º61.98%23.73%-
HSV(B)40.8º76.53%38.43%-
XYZ7.647.561.87-
YUV75.3698.45144.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=50.26%
G=37.95%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98742300.240.770.6240.861.9823.73
Hex624A170184D3E293e18
Octal1421122703011576517630
Binary1100010100101010111011000100110111111010100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624A17; }

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

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

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

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

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

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

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

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