Html Css Color HEX #61510D Bronze Olive

📋 copy color: '#61510D'

red 97 ◦ green 81 ◦ blue 13

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

Shades of Bronze Olive #61510D

Tints of Bronze Olive #61510D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 50.79%
G = 42.41%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61510D (or 0x61510D) is known color: Bronze Olive. HEX triplet: 61, 51 and 0D. RGB value is (97,81,13). Sum of RGB (Red+Green+Blue) = 97+81+13=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61510D is #9EAEF2. Grayscale: #4E4E4E. Windows color (decimal): -10399475 or 872801. OLE color: 872801.

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

Color convert

RGB 97 81 13 -
CMYK 0 0.16 0.87 0.62
HSL 48.57º 0.76% 0.22% -
HSV(B) 48.57º 0.87% 0.38% -
XYZ 7.94 8.46 1.59 -
YUV 78.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 97 81 13 0 0.16 0.87 0.62 48.57 0.76 0.22
Hex 61 51 D 0 10 57 3E 31 4C 16
Octal 141 121 15 0 20 127 76 61 114 26
Binary 1100001 1010001 1101 0 10000 1010111 111110 110001 1001100 10110

Color Harmonies of #61510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61510D

Black with #61510D

Text Example


Text Example

White with #61510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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