Html Css Color HEX #565116 Bronze Olive

📋 copy color: '#565116'

red 86 ◦ green 81 ◦ blue 22

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

Shades of Bronze Olive #565116

Tints of Bronze Olive #565116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.64%

R = 45.5%
G = 42.86%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#565116 (or 0x565116) is known color: Bronze Olive. HEX triplet: 56, 51 and 16. RGB value is (86,81,22). Sum of RGB (Red+Green+Blue) = 86+81+22=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #565116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565116 is #A9AEE9. Grayscale: #4C4C4C. Windows color (decimal): -11120362 or 1462614. OLE color: 1462614.

HSL color Cylindrical-coordinate representation of color #565116: hue angle of 55.31º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #565116 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 81 22 -
CMYK 0 0.06 0.74 0.66
HSL 55.31º 0.59% 0.21% -
HSV(B) 55.31º 0.74% 0.34% -
XYZ 6.93 7.92 1.92 -
YUV 75.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 86 81 22 0 0.06 0.74 0.66 55.31 0.59 0.21
Hex 56 51 16 0 6 4A 42 37 3B 15
Octal 126 121 26 0 6 112 102 67 73 25
Binary 1010110 1010001 10110 0 110 1001010 1000010 110111 111011 10101

Color Harmonies of #565116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565116

Black with #565116

Text Example


Text Example

White with #565116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565116; }

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

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

background-color css

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

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

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

border-color css

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

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

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