Html Css Color HEX #614E16 Bronze Olive

📋 copy color: '#614E16'

red 97 ◦ green 78 ◦ blue 22

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

Shades of Bronze Olive #614E16

Tints of Bronze Olive #614E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.59%

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

R = 49.24%
G = 39.59%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#614E16 (or 0x614E16) is known color: Bronze Olive. HEX triplet: 61, 4E and 16. RGB value is (97,78,22). Sum of RGB (Red+Green+Blue) = 97+78+22=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #614E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E16 is #9EB1E9. Grayscale: #4D4D4D. Windows color (decimal): -10400234 or 1461857. OLE color: 1461857.

HSL color Cylindrical-coordinate representation of color #614E16: hue angle of 44.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #614E16 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 78 22 -
CMYK 0 0.20 0.77 0.62
HSL 44.8º 0.63% 0.23% -
HSV(B) 44.8º 0.77% 0.38% -
XYZ 7.8 8.05 1.9 -
YUV 77.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 97 78 22 0 0.20 0.77 0.62 44.8 0.63 0.23
Hex 61 4E 16 0 14 4D 3E 2D 3F 17
Octal 141 116 26 0 24 115 76 55 77 27
Binary 1100001 1001110 10110 0 10100 1001101 111110 101101 111111 10111

Color Harmonies of #614E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E16

Black with #614E16

Text Example


Text Example

White with #614E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,22); }

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

background-color css

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

 a { background-color: rgb(97,78,22); }

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

border-color css

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

 span { border-color: rgb(97,78,22); }

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