#624D15

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

Shades of Bronze Olive #624D15

Tints of Bronze Olive #624D15

Color information

#624D15 (or 0x624D15) is unknown color: approx Bronze Olive. HEX triplet: 62, 4D and 15. RGB value is (98,77,21). Sum of RGB (Red+Green+Blue) = 98+77+21=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #624D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624D15 is #9DB2EA. Grayscale: #4D4D4D. Windows color (decimal): -10334955 or 1396066. OLE color: 1396066.

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

Color convert

RGB987721-
CMYK00.210.790.62
HSL43.64º64.71%23.33%-
HSV(B)43.64º78.57%38.43%-
XYZ7.837.961.83-
YUV76.996.46143.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=50%
G=39.29%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98772100.210.790.6243.6464.7123.33
Hex624D150154F3E2c4117
Octal14211525025117765410127
Binary11000101001101101010101011001111111110101100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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