#624E15

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

Shades of Bronze Olive #624E15

Tints of Bronze Olive #624E15

Color information

#624E15 (or 0x624E15) is unknown color: approx Bronze Olive. HEX triplet: 62, 4E and 15. RGB value is (98,78,21). Sum of RGB (Red+Green+Blue) = 98+78+21=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #624E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624E15 is #9DB1EA. Grayscale: #4D4D4D. Windows color (decimal): -10334699 or 1396322. OLE color: 1396322.

HSL color Cylindrical-coordinate representation of color #624E15: hue angle of 44.42º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #624E15 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB987821-
CMYK00.200.790.62
HSL44.42º64.71%23.33%-
HSV(B)44.42º78.57%38.43%-
XYZ7.98.11.86-
YUV77.4896.13142.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=49.75%
G=39.59%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98782100.200.790.6244.4264.7123.33
Hex624E150144F3E2c4117
Octal14211625024117765410127
Binary11000101001110101010101001001111111110101100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,78,21); }

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

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

 a { background-color: rgb(98,78,21); }

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

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

 span { border-color: rgb(98,78,21); }

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