Html Css Color HEX #868855 Bandicoot

📋 copy color: '#868855'

red 134 ◦ green 136 ◦ blue 85

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

Shades of Bandicoot #868855

Tints of Bandicoot #868855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.31%

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 37.75%
G = 38.31%
B = 23.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#868855 (or 0x868855) is known color: Bandicoot. HEX triplet: 86, 88 and 55. RGB value is (134,136,85). Sum of RGB (Red+Green+Blue) = 134+136+85=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #868855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868855 is #7977AA. Grayscale: #818181. Windows color (decimal): -7960491 or 5605510. OLE color: 5605510.

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

Color convert

RGB 134 136 85 -
CMYK 0.01 0 0.38 0.47
HSL 62.35º 0.23% 0.43% -
HSV(B) 62.35º 0.38% 0.53% -
XYZ 20.28 23.33 12.03 -
YUV 129.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 134 136 85 0.01 0 0.38 0.47 62.35 0.23 0.43
Hex 86 88 55 1 0 26 2F 3E 17 2B
Octal 206 210 125 1 0 46 57 76 27 53
Binary 10000110 10001000 1010101 1 0 100110 101111 111110 10111 101011

Color Harmonies of #868855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868855

Black with #868855

Text Example


Text Example

White with #868855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868855; }

 p { color: rgb(134,136,85); }

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

background-color css

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

 a { background-color: rgb(134,136,85); }

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

border-color css

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

 span { border-color: rgb(134,136,85); }

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