Html Css Color HEX #614F16 Bronze Olive

📋 copy color: '#614F16'

red 97 ◦ green 79 ◦ blue 22

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

Shades of Bronze Olive #614F16

Tints of Bronze Olive #614F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

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

R = 48.99%
G = 39.9%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#614F16 (or 0x614F16) is known color: Bronze Olive. HEX triplet: 61, 4F and 16. RGB value is (97,79,22). Sum of RGB (Red+Green+Blue) = 97+79+22=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #614F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F16 is #9EB0E9. Grayscale: #4E4E4E. Windows color (decimal): -10399978 or 1462113. OLE color: 1462113.

HSL color Cylindrical-coordinate representation of color #614F16: hue angle of 45.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 #614F16 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 79 22 -
CMYK 0 0.19 0.77 0.62
HSL 45.6º 0.63% 0.23% -
HSV(B) 45.6º 0.77% 0.38% -
XYZ 7.87 8.19 1.93 -
YUV 77.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 97 79 22 0 0.19 0.77 0.62 45.6 0.63 0.23
Hex 61 4F 16 0 13 4D 3E 2E 3F 17
Octal 141 117 26 0 23 115 76 56 77 27
Binary 1100001 1001111 10110 0 10011 1001101 111110 101110 111111 10111

Color Harmonies of #614F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F16

Black with #614F16

Text Example


Text Example

White with #614F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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