Html Css Color HEX #61510B Bronze Olive

📋 copy color: '#61510B'

red 97 ◦ green 81 ◦ blue 11

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

Shades of Bronze Olive #61510B

Tints of Bronze Olive #61510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 51.32%
G = 42.86%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#61510B (or 0x61510B) is known color: Bronze Olive. HEX triplet: 61, 51 and 0B. RGB value is (97,81,11). Sum of RGB (Red+Green+Blue) = 97+81+11=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61510B is #9EAEF4. Grayscale: #4E4E4E. Windows color (decimal): -10399477 or 741729. OLE color: 741729.

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

Color convert

RGB 97 81 11 -
CMYK 0 0.16 0.89 0.62
HSL 48.84º 0.8% 0.21% -
HSV(B) 48.84º 0.89% 0.38% -
XYZ 7.93 8.45 1.53 -
YUV 77.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 97 81 11 0 0.16 0.89 0.62 48.84 0.8 0.21
Hex 61 51 B 0 10 59 3E 31 50 15
Octal 141 121 13 0 20 131 76 61 120 25
Binary 1100001 1010001 1011 0 10000 1011001 111110 110001 1010000 10101

Color Harmonies of #61510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61510B

Black with #61510B

Text Example


Text Example

White with #61510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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