Html Css Color HEX #817E66 Bandicoot

📋 copy color: '#817E66'

red 129 ◦ green 126 ◦ blue 102

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

Shades of Bandicoot #817E66

Tints of Bandicoot #817E66

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.29%

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

R = 36.13%
G = 35.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#817E66 (or 0x817E66) is known color: Bandicoot. HEX triplet: 81, 7E and 66. RGB value is (129,126,102). Sum of RGB (Red+Green+Blue) = 129+126+102=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #817E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E66 is #7E8199. Grayscale: #7C7C7C. Windows color (decimal): -8290714 or 6717057. OLE color: 6717057.

HSL color Cylindrical-coordinate representation of color #817E66: hue angle of 53.33º 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 #817E66 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 126 102 -
CMYK 0 0.02 0.21 0.49
HSL 53.33º 0.12% 0.45% -
HSV(B) 53.33º 0.21% 0.51% -
XYZ 18.91 20.55 15.54 -
YUV 124.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 129 126 102 0 0.02 0.21 0.49 53.33 0.12 0.45
Hex 81 7E 66 0 2 15 31 35 C 2D
Octal 201 176 146 0 2 25 61 65 14 55
Binary 10000001 1111110 1100110 0 10 10101 110001 110101 1100 101101

Color Harmonies of #817E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817E66

Black with #817E66

Text Example


Text Example

White with #817E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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