Html Css Color HEX #614E10 Bronze Olive

📋 copy color: '#614E10'

red 97 ◦ green 78 ◦ blue 16

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

Shades of Bronze Olive #614E10

Tints of Bronze Olive #614E10

RGB

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

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

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

R = 50.79%
G = 40.84%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#614E10 (or 0x614E10) is known color: Bronze Olive. HEX triplet: 61, 4E and 10. RGB value is (97,78,16). Sum of RGB (Red+Green+Blue) = 97+78+16=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #614E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E10 is #9EB1EF. Grayscale: #4C4C4C. Windows color (decimal): -10400240 or 1068641. OLE color: 1068641.

HSL color Cylindrical-coordinate representation of color #614E10: hue angle of 45.93º 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 #614E10 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 78 16 -
CMYK 0 0.20 0.84 0.62
HSL 45.93º 0.72% 0.22% -
HSV(B) 45.93º 0.84% 0.38% -
XYZ 7.75 8.03 1.63 -
YUV 76.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 97 78 16 0 0.20 0.84 0.62 45.93 0.72 0.22
Hex 61 4E 10 0 14 54 3E 2E 48 16
Octal 141 116 20 0 24 124 76 56 110 26
Binary 1100001 1001110 10000 0 10100 1010100 111110 101110 1001000 10110

Color Harmonies of #614E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E10

Black with #614E10

Text Example


Text Example

White with #614E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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