Html Css Color HEX #624D14 Bronze Olive

📋 copy color: '#624D14'

red 98 ◦ green 77 ◦ blue 20

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

Shades of Bronze Olive #624D14

Tints of Bronze Olive #624D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 50.26%
G = 39.49%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#624D14 (or 0x624D14) is known color: Bronze Olive. HEX triplet: 62, 4D and 14. RGB value is (98,77,20). Sum of RGB (Red+Green+Blue) = 98+77+20=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #624D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624D14 is #9DB2EB. Grayscale: #4D4D4D. Windows color (decimal): -10334956 or 1330530. OLE color: 1330530.

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

Color convert

RGB 98 77 20 -
CMYK 0 0.21 0.80 0.62
HSL 43.85º 0.66% 0.23% -
HSV(B) 43.85º 0.8% 0.38% -
XYZ 7.82 7.95 1.79 -
YUV 76.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 98 77 20 0 0.21 0.80 0.62 43.85 0.66 0.23
Hex 62 4D 14 0 15 50 3E 2C 42 17
Octal 142 115 24 0 25 120 76 54 102 27
Binary 1100010 1001101 10100 0 10101 1010000 111110 101100 1000010 10111

Color Harmonies of #624D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624D14

Black with #624D14

Text Example


Text Example

White with #624D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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