Html Css Color HEX #868265 Bandicoot

📋 copy color: '#868265'

red 134 ◦ green 130 ◦ blue 101

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

Shades of Bandicoot #868265

Tints of Bandicoot #868265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 36.71%
G = 35.62%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#868265 (or 0x868265) is known color: Bandicoot. HEX triplet: 86, 82 and 65. RGB value is (134,130,101). Sum of RGB (Red+Green+Blue) = 134+130+101=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #868265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868265 is #797D9A. Grayscale: #808080. Windows color (decimal): -7962011 or 6652550. OLE color: 6652550.

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

Color convert

RGB 134 130 101 -
CMYK 0 0.03 0.25 0.47
HSL 52.73º 0.14% 0.46% -
HSV(B) 52.73º 0.25% 0.53% -
XYZ 20.16 21.97 15.49 -
YUV 127.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 134 130 101 0 0.03 0.25 0.47 52.73 0.14 0.46
Hex 86 82 65 0 3 19 2F 35 E 2E
Octal 206 202 145 0 3 31 57 65 16 56
Binary 10000110 10000010 1100101 0 11 11001 101111 110101 1110 101110

Color Harmonies of #868265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868265

Black with #868265

Text Example


Text Example

White with #868265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868265; }

 p { color: rgb(134,130,101); }

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

background-color css

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

 a { background-color: rgb(134,130,101); }

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

border-color css

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

 span { border-color: rgb(134,130,101); }

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