#624B16

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

Shades of Bronze Olive #624B16

Tints of Bronze Olive #624B16

Color information

#624B16 (or 0x624B16) is unknown color: approx Bronze Olive. HEX triplet: 62, 4B and 16. RGB value is (98,75,22). Sum of RGB (Red+Green+Blue) = 98+75+22=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #624B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624B16 is #9DB4E9. Grayscale: #4C4C4C. Windows color (decimal): -10335466 or 1461090. OLE color: 1461090.

HSL color Cylindrical-coordinate representation of color #624B16: hue angle of 41.84º 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 #624B16 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB987522-
CMYK00.230.780.62
HSL41.84º63.33%23.53%-
HSV(B)41.84º77.55%38.43%-
XYZ7.77.691.84-
YUV75.8397.62143.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=50.26%
G=38.46%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98752200.230.780.6241.8463.3323.53
Hex624B160174E3E2a3f18
Octal1421132602711676527730
Binary1100010100101110110010111100111011111010101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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