Html Css Color HEX #888568 Bandicoot

📋 copy color: '#888568'

red 136 ◦ green 133 ◦ blue 104

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

Shades of Bandicoot #888568

Tints of Bandicoot #888568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 36.46%
G = 35.66%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#888568 (or 0x888568) is known color: Bandicoot. HEX triplet: 88, 85 and 68. RGB value is (136,133,104). Sum of RGB (Red+Green+Blue) = 136+133+104=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #888568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888568 is #777A97. Grayscale: #828282. Windows color (decimal): -7830168 or 6849928. OLE color: 6849928.

HSL color Cylindrical-coordinate representation of color #888568: hue angle of 54.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888568 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 133 104 -
CMYK 0 0.02 0.24 0.47
HSL 54.38º 0.13% 0.47% -
HSV(B) 54.38º 0.24% 0.53% -
XYZ 21.04 23.01 16.43 -
YUV 130.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 136 133 104 0 0.02 0.24 0.47 54.38 0.13 0.47
Hex 88 85 68 0 2 18 2F 36 D 2F
Octal 210 205 150 0 2 30 57 66 15 57
Binary 10001000 10000101 1101000 0 10 11000 101111 110110 1101 101111

Color Harmonies of #888568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888568

Black with #888568

Text Example


Text Example

White with #888568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888568; }

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

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

background-color css

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

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

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

border-color css

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

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

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