Html Css Color HEX #61511A Bronze Olive

📋 copy color: '#61511A'

red 97 ◦ green 81 ◦ blue 26

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

Shades of Bronze Olive #61511A

Tints of Bronze Olive #61511A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.75%

R = 47.55%
G = 39.71%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61511A (or 0x61511A) is known color: Bronze Olive. HEX triplet: 61, 51 and 1A. RGB value is (97,81,26). Sum of RGB (Red+Green+Blue) = 97+81+26=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #61511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61511A is #9EAEE5. Grayscale: #4F4F4F. Windows color (decimal): -10399462 or 1724769. OLE color: 1724769.

HSL color Cylindrical-coordinate representation of color #61511A: hue angle of 46.48º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61511A is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 81 26 -
CMYK 0 0.16 0.73 0.62
HSL 46.48º 0.58% 0.24% -
HSV(B) 46.48º 0.73% 0.38% -
XYZ 8.06 8.5 2.19 -
YUV 79.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 97 81 26 0 0.16 0.73 0.62 46.48 0.58 0.24
Hex 61 51 1A 0 10 49 3E 2E 3A 18
Octal 141 121 32 0 20 111 76 56 72 30
Binary 1100001 1010001 11010 0 10000 1001001 111110 101110 111010 11000

Color Harmonies of #61511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61511A

Black with #61511A

Text Example


Text Example

White with #61511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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