Html Css Color HEX #88856D Bandicoot

📋 copy color: '#88856D'

red 136 ◦ green 133 ◦ blue 109

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

Shades of Bandicoot #88856D

Tints of Bandicoot #88856D

RGB

 RED value IS 136 (53.52% from 255) = 35.98%

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

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 35.98%
G = 35.19%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88856D (or 0x88856D) is known color: Bandicoot. HEX triplet: 88, 85 and 6D. RGB value is (136,133,109). Sum of RGB (Red+Green+Blue) = 136+133+109=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #88856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88856D is #777A92. Grayscale: #838383. Windows color (decimal): -7830163 or 7177608. OLE color: 7177608.

HSL color Cylindrical-coordinate representation of color #88856D: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88856D is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 133 109 -
CMYK 0 0.02 0.20 0.47
HSL 53.33º 0.11% 0.48% -
HSV(B) 53.33º 0.2% 0.53% -
XYZ 21.3 23.11 17.81 -
YUV 131.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 136 133 109 0 0.02 0.20 0.47 53.33 0.11 0.48
Hex 88 85 6D 0 2 14 2F 35 B 30
Octal 210 205 155 0 2 24 57 65 13 60
Binary 10001000 10000101 1101101 0 10 10100 101111 110101 1011 110000

Color Harmonies of #88856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88856D

Black with #88856D

Text Example


Text Example

White with #88856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88856D; }

 p { color: rgb(136,133,109); }

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

background-color css

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

 a { background-color: rgb(136,133,109); }

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

border-color css

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

 span { border-color: rgb(136,133,109); }

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