#624C16

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

Shades of Bronze Olive #624C16

Tints of Bronze Olive #624C16

Color information

#624C16 (or 0x624C16) is unknown color: approx Bronze Olive. HEX triplet: 62, 4C and 16. RGB value is (98,76,22). Sum of RGB (Red+Green+Blue) = 98+76+22=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #624C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624C16 is #9DB3E9. Grayscale: #4C4C4C. Windows color (decimal): -10335210 or 1461346. OLE color: 1461346.

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

Color convert

RGB987622-
CMYK00.220.780.62
HSL42.63º63.33%23.53%-
HSV(B)42.63º77.55%38.43%-
XYZ7.777.821.86-
YUV76.4297.29143.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=50%
G=38.78%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98762200.220.780.6242.6363.3323.53
Hex624C160164E3E2b3f18
Octal1421142602611676537730
Binary1100010100110010110010110100111011111010101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,76,22); }

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

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

 a { background-color: rgb(98,76,22); }

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

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

 span { border-color: rgb(98,76,22); }

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