Html Css Color HEX #84865B Bandicoot

📋 copy color: '#84865B'

red 132 ◦ green 134 ◦ blue 91

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

Shades of Bandicoot #84865B

Tints of Bandicoot #84865B

RGB

 RED value IS 132 (51.95% from 255) = 36.97%

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 36.97%
G = 37.54%
B = 25.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#84865B (or 0x84865B) is known color: Bandicoot. HEX triplet: 84, 86 and 5B. RGB value is (132,134,91). Sum of RGB (Red+Green+Blue) = 132+134+91=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #84865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84865B is #7B79A4. Grayscale: #808080. Windows color (decimal): -8092069 or 5998212. OLE color: 5998212.

HSL color Cylindrical-coordinate representation of color #84865B: hue angle of 62.79º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84865B is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 134 91 -
CMYK 0.01 0 0.32 0.47
HSL 62.79º 0.19% 0.44% -
HSV(B) 62.79º 0.32% 0.53% -
XYZ 19.93 22.71 13.23 -
YUV 128.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 132 134 91 0.01 0 0.32 0.47 62.79 0.19 0.44
Hex 84 86 5B 1 0 20 2F 3F 13 2C
Octal 204 206 133 1 0 40 57 77 23 54
Binary 10000100 10000110 1011011 1 0 100000 101111 111111 10011 101100

Color Harmonies of #84865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84865B

Black with #84865B

Text Example


Text Example

White with #84865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84865B; }

 p { color: rgb(132,134,91); }

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

background-color css

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

 a { background-color: rgb(132,134,91); }

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

border-color css

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

 span { border-color: rgb(132,134,91); }

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