Html Css Color HEX #848465 Bandicoot

📋 copy color: '#848465'

red 132 ◦ green 132 ◦ blue 101

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

Shades of Bandicoot #848465

Tints of Bandicoot #848465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 36.16%
G = 36.16%
B = 27.67%

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

#848465 (or 0x848465) is known color: Bandicoot. HEX triplet: 84, 84 and 65. RGB value is (132,132,101). Sum of RGB (Red+Green+Blue) = 132+132+101=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848465 is #7B7B9A. Grayscale: #808080. Windows color (decimal): -8092571 or 6653060. OLE color: 6653060.

HSL color Cylindrical-coordinate representation of color #848465: 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 #848465 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 132 101 -
CMYK 0 0 0.23 0.48
HSL 60º 0.13% 0.46% -
HSV(B) 60º 0.23% 0.52% -
XYZ 20.12 22.35 15.57 -
YUV 128.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 132 132 101 0 0 0.23 0.48 60 0.13 0.46
Hex 84 84 65 0 0 17 30 3C D 2E
Octal 204 204 145 0 0 27 60 74 15 56
Binary 10000100 10000100 1100101 0 0 10111 110000 111100 1101 101110

Color Harmonies of #848465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848465

Black with #848465

Text Example


Text Example

White with #848465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848465; }

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

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

background-color css

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

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

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

border-color css

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

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

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