Html Css Color HEX #615015 Bronze Olive

📋 copy color: '#615015'

red 97 ◦ green 80 ◦ blue 21

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

Shades of Bronze Olive #615015

Tints of Bronze Olive #615015

RGB

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

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

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

R = 48.99%
G = 40.4%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#615015 (or 0x615015) is known color: Bronze Olive. HEX triplet: 61, 50 and 15. RGB value is (97,80,21). Sum of RGB (Red+Green+Blue) = 97+80+21=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #615015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615015 is #9EAFEA. Grayscale: #4E4E4E. Windows color (decimal): -10399723 or 1396833. OLE color: 1396833.

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

Color convert

RGB 97 80 21 -
CMYK 0 0.18 0.78 0.62
HSL 46.58º 0.64% 0.23% -
HSV(B) 46.58º 0.78% 0.38% -
XYZ 7.93 8.33 1.9 -
YUV 78.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 97 80 21 0 0.18 0.78 0.62 46.58 0.64 0.23
Hex 61 50 15 0 12 4E 3E 2F 40 17
Octal 141 120 25 0 22 116 76 57 100 27
Binary 1100001 1010000 10101 0 10010 1001110 111110 101111 1000000 10111

Color Harmonies of #615015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615015

Black with #615015

Text Example


Text Example

White with #615015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615015; }

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

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

background-color css

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

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

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

border-color css

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

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

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