Html Css Color HEX #888662 Bandicoot

📋 copy color: '#888662'

red 136 ◦ green 134 ◦ blue 98

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

Shades of Bandicoot #888662

Tints of Bandicoot #888662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 98 (38.67% from 255) = 26.63%

R = 36.96%
G = 36.41%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#888662 (or 0x888662) is known color: Bandicoot. HEX triplet: 88, 86 and 62. RGB value is (136,134,98). Sum of RGB (Red+Green+Blue) = 136+134+98=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #888662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888662 is #77799D. Grayscale: #828282. Windows color (decimal): -7829918 or 6456968. OLE color: 6456968.

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

Color convert

RGB 136 134 98 -
CMYK 0 0.01 0.28 0.47
HSL 56.84º 0.16% 0.46% -
HSV(B) 56.84º 0.28% 0.53% -
XYZ 20.88 23.17 14.93 -
YUV 130.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 136 134 98 0 0.01 0.28 0.47 56.84 0.16 0.46
Hex 88 86 62 0 1 1C 2F 39 10 2E
Octal 210 206 142 0 1 34 57 71 20 56
Binary 10001000 10000110 1100010 0 1 11100 101111 111001 10000 101110

Color Harmonies of #888662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888662

Black with #888662

Text Example


Text Example

White with #888662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888662; }

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

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

background-color css

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

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

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

border-color css

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

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

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