Html Css Color HEX #818066 Bandicoot

📋 copy color: '#818066'

red 129 ◦ green 128 ◦ blue 102

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

Shades of Bandicoot #818066

Tints of Bandicoot #818066

RGB

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

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

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

R = 35.93%
G = 35.65%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#818066 (or 0x818066) is known color: Bandicoot. HEX triplet: 81, 80 and 66. RGB value is (129,128,102). Sum of RGB (Red+Green+Blue) = 129+128+102=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 129 - color contains mainly: red. Hex color #818066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818066 is #7E7F99. Grayscale: #7D7D7D. Windows color (decimal): -8290202 or 6717569. OLE color: 6717569.

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

Color convert

RGB 129 128 102 -
CMYK 0 0.01 0.21 0.49
HSL 57.78º 0.12% 0.45% -
HSV(B) 57.78º 0.21% 0.51% -
XYZ 19.17 21.06 15.63 -
YUV 125.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 129 128 102 0 0.01 0.21 0.49 57.78 0.12 0.45
Hex 81 80 66 0 1 15 31 3A C 2D
Octal 201 200 146 0 1 25 61 72 14 55
Binary 10000001 10000000 1100110 0 1 10101 110001 111010 1100 101101

Color Harmonies of #818066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818066

Black with #818066

Text Example


Text Example

White with #818066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818066; }

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

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

background-color css

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

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

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

border-color css

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

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

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