Html Css Color HEX #614E12 Bronze Olive

📋 copy color: '#614E12'

red 97 ◦ green 78 ◦ blue 18

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

Shades of Bronze Olive #614E12

Tints of Bronze Olive #614E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 50.26%
G = 40.41%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614E12 (or 0x614E12) is known color: Bronze Olive. HEX triplet: 61, 4E and 12. RGB value is (97,78,18). Sum of RGB (Red+Green+Blue) = 97+78+18=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E12 is #9EB1ED. Grayscale: #4D4D4D. Windows color (decimal): -10400238 or 1199713. OLE color: 1199713.

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

Color convert

RGB 97 78 18 -
CMYK 0 0.20 0.81 0.62
HSL 45.57º 0.69% 0.23% -
HSV(B) 45.57º 0.81% 0.38% -
XYZ 7.76 8.03 1.71 -
YUV 76.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 97 78 18 0 0.20 0.81 0.62 45.57 0.69 0.23
Hex 61 4E 12 0 14 51 3E 2E 45 17
Octal 141 116 22 0 24 121 76 56 105 27
Binary 1100001 1001110 10010 0 10100 1010001 111110 101110 1000101 10111

Color Harmonies of #614E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E12

Black with #614E12

Text Example


Text Example

White with #614E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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