Html Css Color HEX #848461 Bandicoot

📋 copy color: '#848461'

red 132 ◦ green 132 ◦ blue 97

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

Shades of Bandicoot #848461

Tints of Bandicoot #848461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 36.57%
G = 36.57%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#848461 (or 0x848461) is known color: Bandicoot. HEX triplet: 84, 84 and 61. RGB value is (132,132,97). Sum of RGB (Red+Green+Blue) = 132+132+97=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848461 is #7B7B9E. Grayscale: #808080. Windows color (decimal): -8092575 or 6390916. OLE color: 6390916.

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

Color convert

RGB 132 132 97 -
CMYK 0 0 0.27 0.48
HSL 60º 0.15% 0.45% -
HSV(B) 60º 0.27% 0.52% -
XYZ 19.92 22.27 14.56 -
YUV 128.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 132 132 97 0 0 0.27 0.48 60 0.15 0.45
Hex 84 84 61 0 0 1B 30 3C F 2D
Octal 204 204 141 0 0 33 60 74 17 55
Binary 10000100 10000100 1100001 0 0 11011 110000 111100 1111 101101

Color Harmonies of #848461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848461

Black with #848461

Text Example


Text Example

White with #848461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848461; }

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

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

background-color css

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

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

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

border-color css

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

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

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