Html Css Color HEX #848466 Bandicoot

📋 copy color: '#848466'

red 132 ◦ green 132 ◦ blue 102

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

Shades of Bandicoot #848466

Tints of Bandicoot #848466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 36.07%
G = 36.07%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#848466 (or 0x848466) is known color: Bandicoot. HEX triplet: 84, 84 and 66. RGB value is (132,132,102). Sum of RGB (Red+Green+Blue) = 132+132+102=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848466 is #7B7B99. Grayscale: #808080. Windows color (decimal): -8092570 or 6718596. OLE color: 6718596.

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

Color convert

RGB 132 132 102 -
CMYK 0 0 0.23 0.48
HSL 60º 0.13% 0.46% -
HSV(B) 60º 0.23% 0.52% -
XYZ 20.17 22.37 15.82 -
YUV 128.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 132 132 102 0 0 0.23 0.48 60 0.13 0.46
Hex 84 84 66 0 0 17 30 3C D 2E
Octal 204 204 146 0 0 27 60 74 15 56
Binary 10000100 10000100 1100110 0 0 10111 110000 111100 1101 101110

Color Harmonies of #848466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848466

Black with #848466

Text Example


Text Example

White with #848466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848466; }

 p { color: rgb(132,132,102); }

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

background-color css

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

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

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

border-color css

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

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

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