Html Css Color HEX #565111 Bronze Olive

📋 copy color: '#565111'

red 86 ◦ green 81 ◦ blue 17

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

Shades of Bronze Olive #565111

Tints of Bronze Olive #565111

RGB

 RED value IS 86 (33.98% from 255) = 46.74%

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

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

R = 46.74%
G = 44.02%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#565111 (or 0x565111) is known color: Bronze Olive. HEX triplet: 56, 51 and 11. RGB value is (86,81,17). Sum of RGB (Red+Green+Blue) = 86+81+17=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #565111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565111 is #A9AEEE. Grayscale: #4B4B4B. Windows color (decimal): -11120367 or 1134934. OLE color: 1134934.

HSL color Cylindrical-coordinate representation of color #565111: hue angle of 55.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #565111 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 81 17 -
CMYK 0 0.06 0.80 0.66
HSL 55.65º 0.67% 0.2% -
HSV(B) 55.65º 0.8% 0.34% -
XYZ 6.88 7.9 1.69 -
YUV 75.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 86 81 17 0 0.06 0.80 0.66 55.65 0.67 0.2
Hex 56 51 11 0 6 50 42 38 43 14
Octal 126 121 21 0 6 120 102 70 103 24
Binary 1010110 1010001 10001 0 110 1010000 1000010 111000 1000011 10100

Color Harmonies of #565111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565111

Black with #565111

Text Example


Text Example

White with #565111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565111; }

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

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

background-color css

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

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

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

border-color css

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

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

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