Html Css Color HEX #615111 Bronze Olive

📋 copy color: '#615111'

red 97 ◦ green 81 ◦ blue 17

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

Shades of Bronze Olive #615111

Tints of Bronze Olive #615111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.54%

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 49.74%
G = 41.54%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#615111 (or 0x615111) is known color: Bronze Olive. HEX triplet: 61, 51 and 11. RGB value is (97,81,17). Sum of RGB (Red+Green+Blue) = 97+81+17=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #615111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615111 is #9EAEEE. Grayscale: #4E4E4E. Windows color (decimal): -10399471 or 1134945. OLE color: 1134945.

HSL color Cylindrical-coordinate representation of color #615111: hue angle of 48º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #615111 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 81 17 -
CMYK 0 0.16 0.82 0.62
HSL 48º 0.7% 0.22% -
HSV(B) 48º 0.82% 0.38% -
XYZ 7.97 8.47 1.74 -
YUV 78.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 97 81 17 0 0.16 0.82 0.62 48 0.7 0.22
Hex 61 51 11 0 10 52 3E 30 46 16
Octal 141 121 21 0 20 122 76 60 106 26
Binary 1100001 1010001 10001 0 10000 1010010 111110 110000 1000110 10110

Color Harmonies of #615111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615111

Black with #615111

Text Example


Text Example

White with #615111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615111; }

 p { color: rgb(97,81,17); }

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

background-color css

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

 a { background-color: rgb(97,81,17); }

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

border-color css

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

 span { border-color: rgb(97,81,17); }

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