Html Css Color HEX #868367 Bandicoot

📋 copy color: '#868367'

red 134 ◦ green 131 ◦ blue 103

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

Shades of Bandicoot #868367

Tints of Bandicoot #868367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 36.41%
G = 35.6%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#868367 (or 0x868367) is known color: Bandicoot. HEX triplet: 86, 83 and 67. RGB value is (134,131,103). Sum of RGB (Red+Green+Blue) = 134+131+103=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #868367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868367 is #797C98. Grayscale: #808080. Windows color (decimal): -7961753 or 6783878. OLE color: 6783878.

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

Color convert

RGB 134 131 103 -
CMYK 0 0.02 0.23 0.47
HSL 54.19º 0.13% 0.46% -
HSV(B) 54.19º 0.23% 0.53% -
XYZ 20.4 22.28 16.06 -
YUV 128.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 134 131 103 0 0.02 0.23 0.47 54.19 0.13 0.46
Hex 86 83 67 0 2 17 2F 36 D 2E
Octal 206 203 147 0 2 27 57 66 15 56
Binary 10000110 10000011 1100111 0 10 10111 101111 110110 1101 101110

Color Harmonies of #868367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868367

Black with #868367

Text Example


Text Example

White with #868367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868367; }

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

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

background-color css

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

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

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

border-color css

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

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

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