Html Css Color HEX #868370 Bandicoot

📋 copy color: '#868370'

red 134 ◦ green 131 ◦ blue 112

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

Shades of Bandicoot #868370

Tints of Bandicoot #868370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 35.54%
G = 34.75%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#868370 (or 0x868370) is known color: Bandicoot. HEX triplet: 86, 83 and 70. RGB value is (134,131,112). Sum of RGB (Red+Green+Blue) = 134+131+112=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #868370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868370 is #797C8F. Grayscale: #818181. Windows color (decimal): -7961744 or 7373702. OLE color: 7373702.

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

Color convert

RGB 134 131 112 -
CMYK 0 0.02 0.16 0.47
HSL 51.82º 0.09% 0.48% -
HSV(B) 51.82º 0.16% 0.53% -
XYZ 20.87 22.47 18.57 -
YUV 129.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 134 131 112 0 0.02 0.16 0.47 51.82 0.09 0.48
Hex 86 83 70 0 2 10 2F 34 9 30
Octal 206 203 160 0 2 20 57 64 11 60
Binary 10000110 10000011 1110000 0 10 10000 101111 110100 1001 110000

Color Harmonies of #868370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868370

Black with #868370

Text Example


Text Example

White with #868370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868370; }

 p { color: rgb(134,131,112); }

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

background-color css

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

 a { background-color: rgb(134,131,112); }

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

border-color css

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

 span { border-color: rgb(134,131,112); }

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