Html Css Color HEX #614918 Bronze Olive

📋 copy color: '#614918'

red 97 ◦ green 73 ◦ blue 24

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

Shades of Bronze Olive #614918

Tints of Bronze Olive #614918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 50%
G = 37.63%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#614918 (or 0x614918) is known color: Bronze Olive. HEX triplet: 61, 49 and 18. RGB value is (97,73,24). Sum of RGB (Red+Green+Blue) = 97+73+24=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #614918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614918 is #9EB6E7. Grayscale: #4A4A4A. Windows color (decimal): -10401512 or 1591649. OLE color: 1591649.

HSL color Cylindrical-coordinate representation of color #614918: hue angle of 40.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #614918 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 24 -
CMYK 0 0.25 0.75 0.62
HSL 40.27º 0.6% 0.24% -
HSV(B) 40.27º 0.75% 0.38% -
XYZ 7.48 7.37 1.89 -
YUV 74.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 97 73 24 0 0.25 0.75 0.62 40.27 0.6 0.24
Hex 61 49 18 0 19 4B 3E 28 3C 18
Octal 141 111 30 0 31 113 76 50 74 30
Binary 1100001 1001001 11000 0 11001 1001011 111110 101000 111100 11000

Color Harmonies of #614918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614918

Black with #614918

Text Example


Text Example

White with #614918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614918; }

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

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

background-color css

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

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

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

border-color css

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

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

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