Html Css Color HEX #858168 Bandicoot

📋 copy color: '#858168'

red 133 ◦ green 129 ◦ blue 104

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

Shades of Bandicoot #858168

Tints of Bandicoot #858168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 36.34%
G = 35.25%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#858168 (or 0x858168) is known color: Bandicoot. HEX triplet: 85, 81 and 68. RGB value is (133,129,104). Sum of RGB (Red+Green+Blue) = 133+129+104=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #858168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858168 is #7A7E97. Grayscale: #7F7F7F. Windows color (decimal): -8027800 or 6848901. OLE color: 6848901.

HSL color Cylindrical-coordinate representation of color #858168: hue angle of 51.72º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #858168 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 104 -
CMYK 0 0.03 0.22 0.48
HSL 51.72º 0.12% 0.46% -
HSV(B) 51.72º 0.22% 0.52% -
XYZ 20.02 21.69 16.23 -
YUV 127.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 133 129 104 0 0.03 0.22 0.48 51.72 0.12 0.46
Hex 85 81 68 0 3 16 30 34 C 2E
Octal 205 201 150 0 3 26 60 64 14 56
Binary 10000101 10000001 1101000 0 11 10110 110000 110100 1100 101110

Color Harmonies of #858168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858168

Black with #858168

Text Example


Text Example

White with #858168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858168; }

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

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

background-color css

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

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

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

border-color css

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

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

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