Html Css Color HEX #848464 Bandicoot

📋 copy color: '#848464'

red 132 ◦ green 132 ◦ blue 100

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

Shades of Bandicoot #848464

Tints of Bandicoot #848464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 36.26%
G = 36.26%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#848464 (or 0x848464) is known color: Bandicoot. HEX triplet: 84, 84 and 64. RGB value is (132,132,100). Sum of RGB (Red+Green+Blue) = 132+132+100=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848464 is #7B7B9B. Grayscale: #808080. Windows color (decimal): -8092572 or 6587524. OLE color: 6587524.

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

Color convert

RGB 132 132 100 -
CMYK 0 0 0.24 0.48
HSL 60º 0.14% 0.45% -
HSV(B) 60º 0.24% 0.52% -
XYZ 20.07 22.33 15.31 -
YUV 128.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 132 132 100 0 0 0.24 0.48 60 0.14 0.45
Hex 84 84 64 0 0 18 30 3C E 2D
Octal 204 204 144 0 0 30 60 74 16 55
Binary 10000100 10000100 1100100 0 0 11000 110000 111100 1110 101101

Color Harmonies of #848464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848464

Black with #848464

Text Example


Text Example

White with #848464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848464; }

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

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

background-color css

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

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

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

border-color css

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

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

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