#624F13

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

Shades of Bronze Olive #624F13

Tints of Bronze Olive #624F13

Color information

#624F13 (or 0x624F13) is unknown color: approx Bronze Olive. HEX triplet: 62, 4F and 13. RGB value is (98,79,19). Sum of RGB (Red+Green+Blue) = 98+79+19=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #624F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624F13 is #9DB0EC. Grayscale: #4E4E4E. Windows color (decimal): -10334445 or 1265506. OLE color: 1265506.

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

Color convert

RGB987919-
CMYK00.190.810.62
HSL45.57º67.52%22.94%-
HSV(B)45.57º80.61%38.43%-
XYZ7.958.241.79-
YUV77.8494.79142.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=50%
G=40.31%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98791900.190.810.6245.5767.5222.94
Hex624F13013513E2e4417
Octal14211723023121765610427
Binary11000101001111100110100111010001111110101110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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