Html Css Color HEX #614A14 Bronze Olive

📋 copy color: '#614A14'

red 97 ◦ green 74 ◦ blue 20

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

Shades of Bronze Olive #614A14

Tints of Bronze Olive #614A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 50.79%
G = 38.74%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#614A14 (or 0x614A14) is known color: Bronze Olive. HEX triplet: 61, 4A and 14. RGB value is (97,74,20). Sum of RGB (Red+Green+Blue) = 97+74+20=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #614A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A14 is #9EB5EB. Grayscale: #4A4A4A. Windows color (decimal): -10401260 or 1329761. OLE color: 1329761.

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

Color convert

RGB 97 74 20 -
CMYK 0 0.24 0.79 0.62
HSL 42.08º 0.66% 0.23% -
HSV(B) 42.08º 0.79% 0.38% -
XYZ 7.5 7.49 1.71 -
YUV 74.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 97 74 20 0 0.24 0.79 0.62 42.08 0.66 0.23
Hex 61 4A 14 0 18 4F 3E 2A 42 17
Octal 141 112 24 0 30 117 76 52 102 27
Binary 1100001 1001010 10100 0 11000 1001111 111110 101010 1000010 10111

Color Harmonies of #614A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A14

Black with #614A14

Text Example


Text Example

White with #614A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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