Html Css Color HEX #614A16 Bronze Olive

📋 copy color: '#614A16'

red 97 ◦ green 74 ◦ blue 22

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

Shades of Bronze Olive #614A16

Tints of Bronze Olive #614A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 50.26%
G = 38.34%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#614A16 (or 0x614A16) is known color: Bronze Olive. HEX triplet: 61, 4A and 16. RGB value is (97,74,22). Sum of RGB (Red+Green+Blue) = 97+74+22=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A16 is #9EB5E9. Grayscale: #4B4B4B. Windows color (decimal): -10401258 or 1460833. OLE color: 1460833.

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

Color convert

RGB 97 74 22 -
CMYK 0 0.24 0.77 0.62
HSL 41.6º 0.63% 0.23% -
HSV(B) 41.6º 0.77% 0.38% -
XYZ 7.52 7.5 1.81 -
YUV 74.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 97 74 22 0 0.24 0.77 0.62 41.6 0.63 0.23
Hex 61 4A 16 0 18 4D 3E 2A 3F 17
Octal 141 112 26 0 30 115 76 52 77 27
Binary 1100001 1001010 10110 0 11000 1001101 111110 101010 111111 10111

Color Harmonies of #614A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A16

Black with #614A16

Text Example


Text Example

White with #614A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,22); }

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

background-color css

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

 a { background-color: rgb(97,74,22); }

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

border-color css

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

 span { border-color: rgb(97,74,22); }

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