Html Css Color HEX #614D15 Bronze Olive

📋 copy color: '#614D15'

red 97 ◦ green 77 ◦ blue 21

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

Shades of Bronze Olive #614D15

Tints of Bronze Olive #614D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.49%

 BLUE value IS 21 (8.59% from 255) = 10.77%

R = 49.74%
G = 39.49%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#614D15 (or 0x614D15) is known color: Bronze Olive. HEX triplet: 61, 4D and 15. RGB value is (97,77,21). Sum of RGB (Red+Green+Blue) = 97+77+21=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D15 is #9EB2EA. Grayscale: #4C4C4C. Windows color (decimal): -10400491 or 1396065. OLE color: 1396065.

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

Color convert

RGB 97 77 21 -
CMYK 0 0.21 0.78 0.62
HSL 44.21º 0.64% 0.23% -
HSV(B) 44.21º 0.78% 0.38% -
XYZ 7.72 7.9 1.83 -
YUV 76.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 97 77 21 0 0.21 0.78 0.62 44.21 0.64 0.23
Hex 61 4D 15 0 15 4E 3E 2C 40 17
Octal 141 115 25 0 25 116 76 54 100 27
Binary 1100001 1001101 10101 0 10101 1001110 111110 101100 1000000 10111

Color Harmonies of #614D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D15

Black with #614D15

Text Example


Text Example

White with #614D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,77,21); }

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

background-color css

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

 a { background-color: rgb(97,77,21); }

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

border-color css

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

 span { border-color: rgb(97,77,21); }

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