#624D13

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

Shades of Bronze Olive #624D13

Tints of Bronze Olive #624D13

Color information

#624D13 (or 0x624D13) is unknown color: approx Bronze Olive. HEX triplet: 62, 4D and 13. RGB value is (98,77,19). Sum of RGB (Red+Green+Blue) = 98+77+19=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #624D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624D13 is #9DB2EC. Grayscale: #4C4C4C. Windows color (decimal): -10334957 or 1264994. OLE color: 1264994.

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

Color convert

RGB987719-
CMYK00.210.810.62
HSL44.05º67.52%22.94%-
HSV(B)44.05º80.61%38.43%-
XYZ7.817.951.74-
YUV76.6795.46143.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 19 (7.81% from 255) = 9.79%
R=50.52%
G=39.69%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98771900.210.810.6244.0567.5222.94
Hex624D13015513E2c4417
Octal14211523025121765410427
Binary11000101001101100110101011010001111110101100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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