Html Css Color HEX #614E19 Bronze Olive

📋 copy color: '#614E19'

red 97 ◦ green 78 ◦ blue 25

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

Shades of Bronze Olive #614E19

Tints of Bronze Olive #614E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.5%

R = 48.5%
G = 39%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#614E19 (or 0x614E19) is known color: Bronze Olive. HEX triplet: 61, 4E and 19. RGB value is (97,78,25). Sum of RGB (Red+Green+Blue) = 97+78+25=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E19 is #9EB1E6. Grayscale: #4D4D4D. Windows color (decimal): -10400231 or 1658465. OLE color: 1658465.

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

Color convert

RGB 97 78 25 -
CMYK 0 0.20 0.74 0.62
HSL 44.17º 0.59% 0.24% -
HSV(B) 44.17º 0.74% 0.38% -
XYZ 7.83 8.06 2.06 -
YUV 77.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 97 78 25 0 0.20 0.74 0.62 44.17 0.59 0.24
Hex 61 4E 19 0 14 4A 3E 2C 3B 18
Octal 141 116 31 0 24 112 76 54 73 30
Binary 1100001 1001110 11001 0 10100 1001010 111110 101100 111011 11000

Color Harmonies of #614E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E19

Black with #614E19

Text Example


Text Example

White with #614E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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