Html Css Color HEX #565115 Bronze Olive

📋 copy color: '#565115'

red 86 ◦ green 81 ◦ blue 21

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

Shades of Bronze Olive #565115

Tints of Bronze Olive #565115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 45.74%
G = 43.09%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#565115 (or 0x565115) is known color: Bronze Olive. HEX triplet: 56, 51 and 15. RGB value is (86,81,21). Sum of RGB (Red+Green+Blue) = 86+81+21=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #565115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565115 is #A9AEEA. Grayscale: #4B4B4B. Windows color (decimal): -11120363 or 1397078. OLE color: 1397078.

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

Color convert

RGB 86 81 21 -
CMYK 0 0.06 0.76 0.66
HSL 55.38º 0.61% 0.21% -
HSV(B) 55.38º 0.76% 0.34% -
XYZ 6.92 7.92 1.87 -
YUV 75.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 86 81 21 0 0.06 0.76 0.66 55.38 0.61 0.21
Hex 56 51 15 0 6 4C 42 37 3D 15
Octal 126 121 25 0 6 114 102 67 75 25
Binary 1010110 1010001 10101 0 110 1001100 1000010 110111 111101 10101

Color Harmonies of #565115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565115

Black with #565115

Text Example


Text Example

White with #565115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565115; }

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

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

background-color css

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

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

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

border-color css

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

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

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