Html Css Color HEX #868563 Bandicoot

📋 copy color: '#868563'

red 134 ◦ green 133 ◦ blue 99

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

Shades of Bandicoot #868563

Tints of Bandicoot #868563

RGB

 RED value IS 134 (52.73% from 255) = 36.61%

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 36.61%
G = 36.34%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#868563 (or 0x868563) is known color: Bandicoot. HEX triplet: 86, 85 and 63. RGB value is (134,133,99). Sum of RGB (Red+Green+Blue) = 134+133+99=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #868563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868563 is #797A9C. Grayscale: #818181. Windows color (decimal): -7961245 or 6522246. OLE color: 6522246.

HSL color Cylindrical-coordinate representation of color #868563: hue angle of 58.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #868563 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 133 99 -
CMYK 0 0.01 0.26 0.47
HSL 58.29º 0.15% 0.46% -
HSV(B) 58.29º 0.26% 0.53% -
XYZ 20.47 22.74 15.12 -
YUV 129.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 134 133 99 0 0.01 0.26 0.47 58.29 0.15 0.46
Hex 86 85 63 0 1 1A 2F 3A F 2E
Octal 206 205 143 0 1 32 57 72 17 56
Binary 10000110 10000101 1100011 0 1 11010 101111 111010 1111 101110

Color Harmonies of #868563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868563

Black with #868563

Text Example


Text Example

White with #868563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868563; }

 p { color: rgb(134,133,99); }

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

background-color css

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

 a { background-color: rgb(134,133,99); }

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

border-color css

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

 span { border-color: rgb(134,133,99); }

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