Html Css Color HEX #614919 Bronze Olive

📋 copy color: '#614919'

red 97 ◦ green 73 ◦ blue 25

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

Shades of Bronze Olive #614919

Tints of Bronze Olive #614919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

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

R = 49.74%
G = 37.44%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#614919 (or 0x614919) is known color: Bronze Olive. HEX triplet: 61, 49 and 19. RGB value is (97,73,25). Sum of RGB (Red+Green+Blue) = 97+73+25=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614919 is #9EB6E6. Grayscale: #4A4A4A. Windows color (decimal): -10401511 or 1657185. OLE color: 1657185.

HSL color Cylindrical-coordinate representation of color #614919: hue angle of 40º 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 #614919 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 25 -
CMYK 0 0.25 0.74 0.62
HSL 40º 0.59% 0.24% -
HSV(B) 40º 0.74% 0.38% -
XYZ 7.49 7.38 1.95 -
YUV 74.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 97 73 25 0 0.25 0.74 0.62 40 0.59 0.24
Hex 61 49 19 0 19 4A 3E 28 3B 18
Octal 141 111 31 0 31 112 76 50 73 30
Binary 1100001 1001001 11001 0 11001 1001010 111110 101000 111011 11000

Color Harmonies of #614919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614919

Black with #614919

Text Example


Text Example

White with #614919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614919; }

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

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

background-color css

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

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

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

border-color css

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

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

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