Html Css Color HEX #614D10 Bronze Olive

📋 copy color: '#614D10'

red 97 ◦ green 77 ◦ blue 16

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

Shades of Bronze Olive #614D10

Tints of Bronze Olive #614D10

RGB

 RED value IS 97 (38.28% from 255) = 51.05%

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

 BLUE value IS 16 (6.64% from 255) = 8.42%

R = 51.05%
G = 40.53%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#614D10 (or 0x614D10) is known color: Bronze Olive. HEX triplet: 61, 4D and 10. RGB value is (97,77,16). Sum of RGB (Red+Green+Blue) = 97+77+16=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #614D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D10 is #9EB2EF. Grayscale: #4C4C4C. Windows color (decimal): -10400496 or 1068385. OLE color: 1068385.

HSL color Cylindrical-coordinate representation of color #614D10: hue angle of 45.19º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #614D10 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 77 16 -
CMYK 0 0.21 0.84 0.62
HSL 45.19º 0.72% 0.22% -
HSV(B) 45.19º 0.84% 0.38% -
XYZ 7.68 7.89 1.61 -
YUV 76.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 97 77 16 0 0.21 0.84 0.62 45.19 0.72 0.22
Hex 61 4D 10 0 15 54 3E 2D 48 16
Octal 141 115 20 0 25 124 76 55 110 26
Binary 1100001 1001101 10000 0 10101 1010100 111110 101101 1001000 10110

Color Harmonies of #614D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D10

Black with #614D10

Text Example


Text Example

White with #614D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614D10; }

 p { color: rgb(97,77,16); }

 H1.HeaderClassName
 {
   color: #614D10;
 }
 .AnyTagClassName
 {
   color: #614D10;
 }
</style>

background-color css

<style>
 a { background-color: #614D10; }

 a { background-color: rgb(97,77,16); }

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

border-color css

<style>
 span { border-color: #614D10; }

 span { border-color: rgb(97,77,16); }

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