Html Css Color HEX #84816C Bandicoot

📋 copy color: '#84816C'

red 132 ◦ green 129 ◦ blue 108

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

Shades of Bandicoot #84816C

Tints of Bandicoot #84816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 35.77%
G = 34.96%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84816C (or 0x84816C) is known color: Bandicoot. HEX triplet: 84, 81 and 6C. RGB value is (132,129,108). Sum of RGB (Red+Green+Blue) = 132+129+108=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84816C is #7B7E93. Grayscale: #7F7F7F. Windows color (decimal): -8093332 or 7111044. OLE color: 7111044.

HSL color Cylindrical-coordinate representation of color #84816C: hue angle of 52.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84816C is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 129 108 -
CMYK 0 0.02 0.18 0.48
HSL 52.5º 0.1% 0.47% -
HSV(B) 52.5º 0.18% 0.52% -
XYZ 20.07 21.69 17.32 -
YUV 127.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 132 129 108 0 0.02 0.18 0.48 52.5 0.1 0.47
Hex 84 81 6C 0 2 12 30 34 A 2F
Octal 204 201 154 0 2 22 60 64 12 57
Binary 10000100 10000001 1101100 0 10 10010 110000 110100 1010 101111

Color Harmonies of #84816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84816C

Black with #84816C

Text Example


Text Example

White with #84816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84816C; }

 p { color: rgb(132,129,108); }

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

background-color css

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

 a { background-color: rgb(132,129,108); }

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

border-color css

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

 span { border-color: rgb(132,129,108); }

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