Html Css Color HEX #624D16 Bronze Olive

📋 copy color: '#624D16'

red 98 ◦ green 77 ◦ blue 22

#624D16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #624D16

Tints of Bronze Olive #624D16

RGB

 RED value IS 98 (38.67% from 255) = 49.75%

 GREEN value IS 77 (30.47% from 255) = 39.09%

 BLUE value IS 22 (8.98% from 255) = 11.17%

R = 49.75%
G = 39.09%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#624D16 (or 0x624D16) is known color: Bronze Olive. HEX triplet: 62, 4D and 16. RGB value is (98,77,22). Sum of RGB (Red+Green+Blue) = 98+77+22=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #624D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624D16 is #9DB2E9. Grayscale: #4D4D4D. Windows color (decimal): -10334954 or 1461602. OLE color: 1461602.

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

Color convert

RGB 98 77 22 -
CMYK 0 0.21 0.78 0.62
HSL 43.42º 0.63% 0.24% -
HSV(B) 43.42º 0.78% 0.38% -
XYZ 7.84 7.96 1.88 -
YUV 77.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 98 77 22 0 0.21 0.78 0.62 43.42 0.63 0.24
Hex 62 4D 16 0 15 4E 3E 2B 3F 18
Octal 142 115 26 0 25 116 76 53 77 30
Binary 1100010 1001101 10110 0 10101 1001110 111110 101011 111111 11000

Color Harmonies of #624D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624D16

Black with #624D16

Text Example


Text Example

White with #624D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #624D16;
 }
 .AnyTagClassName
 {
   color: #624D16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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