Html Css Color HEX #818060 Bandicoot

📋 copy color: '#818060'

red 129 ◦ green 128 ◦ blue 96

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

Shades of Bandicoot #818060

Tints of Bandicoot #818060

RGB

 RED value IS 129 (50.78% from 255) = 36.54%

 GREEN value IS 128 (50.39% from 255) = 36.26%

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 36.54%
G = 36.26%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#818060 (or 0x818060) is known color: Bandicoot. HEX triplet: 81, 80 and 60. RGB value is (129,128,96). Sum of RGB (Red+Green+Blue) = 129+128+96=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 129 - color contains mainly: red. Hex color #818060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818060 is #7E7F9F. Grayscale: #7C7C7C. Windows color (decimal): -8290208 or 6324353. OLE color: 6324353.

HSL color Cylindrical-coordinate representation of color #818060: hue angle of 58.18º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818060 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 128 96 -
CMYK 0 0.01 0.26 0.49
HSL 58.18º 0.15% 0.44% -
HSV(B) 58.18º 0.26% 0.51% -
XYZ 18.88 20.95 14.11 -
YUV 124.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 129 128 96 0 0.01 0.26 0.49 58.18 0.15 0.44
Hex 81 80 60 0 1 1A 31 3A F 2C
Octal 201 200 140 0 1 32 61 72 17 54
Binary 10000001 10000000 1100000 0 1 11010 110001 111010 1111 101100

Color Harmonies of #818060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818060

Black with #818060

Text Example


Text Example

White with #818060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818060; }

 p { color: rgb(129,128,96); }

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

background-color css

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

 a { background-color: rgb(129,128,96); }

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

border-color css

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

 span { border-color: rgb(129,128,96); }

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