Html Css Color HEX #615215 Bronze Olive

📋 copy color: '#615215'

red 97 ◦ green 82 ◦ blue 21

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

Shades of Bronze Olive #615215

Tints of Bronze Olive #615215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

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

R = 48.5%
G = 41%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#615215 (or 0x615215) is known color: Bronze Olive. HEX triplet: 61, 52 and 15. RGB value is (97,82,21). Sum of RGB (Red+Green+Blue) = 97+82+21=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #615215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615215 is #9EADEA. Grayscale: #4F4F4F. Windows color (decimal): -10399211 or 1397345. OLE color: 1397345.

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

Color convert

RGB 97 82 21 -
CMYK 0 0.15 0.78 0.62
HSL 48.16º 0.64% 0.23% -
HSV(B) 48.16º 0.78% 0.38% -
XYZ 8.08 8.63 1.95 -
YUV 79.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 97 82 21 0 0.15 0.78 0.62 48.16 0.64 0.23
Hex 61 52 15 0 F 4E 3E 30 40 17
Octal 141 122 25 0 17 116 76 60 100 27
Binary 1100001 1010010 10101 0 1111 1001110 111110 110000 1000000 10111

Color Harmonies of #615215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615215

Black with #615215

Text Example


Text Example

White with #615215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615215; }

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

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

background-color css

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

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

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

border-color css

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

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

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