Html Css Color HEX #614915 Bronze Olive

📋 copy color: '#614915'

red 97 ◦ green 73 ◦ blue 21

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

Shades of Bronze Olive #614915

Tints of Bronze Olive #614915

RGB

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

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

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

R = 50.79%
G = 38.22%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#614915 (or 0x614915) is known color: Bronze Olive. HEX triplet: 61, 49 and 15. RGB value is (97,73,21). Sum of RGB (Red+Green+Blue) = 97+73+21=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #614915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614915 is #9EB6EA. Grayscale: #4A4A4A. Windows color (decimal): -10401515 or 1395041. OLE color: 1395041.

HSL color Cylindrical-coordinate representation of color #614915: hue angle of 41.05º 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 #614915 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 21 -
CMYK 0 0.25 0.78 0.62
HSL 41.05º 0.64% 0.23% -
HSV(B) 41.05º 0.78% 0.38% -
XYZ 7.45 7.36 1.74 -
YUV 74.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 97 73 21 0 0.25 0.78 0.62 41.05 0.64 0.23
Hex 61 49 15 0 19 4E 3E 29 40 17
Octal 141 111 25 0 31 116 76 51 100 27
Binary 1100001 1001001 10101 0 11001 1001110 111110 101001 1000000 10111

Color Harmonies of #614915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614915

Black with #614915

Text Example


Text Example

White with #614915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614915; }

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

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

background-color css

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

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

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

border-color css

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

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

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