Html Css Color HEX #615016 Bronze Olive

📋 copy color: '#615016'

red 97 ◦ green 80 ◦ blue 22

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

Shades of Bronze Olive #615016

Tints of Bronze Olive #615016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

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

R = 48.74%
G = 40.2%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#615016 (or 0x615016) is known color: Bronze Olive. HEX triplet: 61, 50 and 16. RGB value is (97,80,22). Sum of RGB (Red+Green+Blue) = 97+80+22=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #615016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615016 is #9EAFE9. Grayscale: #4E4E4E. Windows color (decimal): -10399722 or 1462369. OLE color: 1462369.

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

Color convert

RGB 97 80 22 -
CMYK 0 0.18 0.77 0.62
HSL 46.4º 0.63% 0.23% -
HSV(B) 46.4º 0.77% 0.38% -
XYZ 7.94 8.34 1.95 -
YUV 78.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 97 80 22 0 0.18 0.77 0.62 46.4 0.63 0.23
Hex 61 50 16 0 12 4D 3E 2E 3F 17
Octal 141 120 26 0 22 115 76 56 77 27
Binary 1100001 1010000 10110 0 10010 1001101 111110 101110 111111 10111

Color Harmonies of #615016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615016

Black with #615016

Text Example


Text Example

White with #615016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615016; }

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

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

background-color css

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

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

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

border-color css

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

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

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