Html Css Color HEX #817D63 Bandicoot

📋 copy color: '#817D63'

red 129 ◦ green 125 ◦ blue 99

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

Shades of Bandicoot #817D63

Tints of Bandicoot #817D63

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 99 (39.06% from 255) = 28.05%

R = 36.54%
G = 35.41%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#817D63 (or 0x817D63) is known color: Bandicoot. HEX triplet: 81, 7D and 63. RGB value is (129,125,99). Sum of RGB (Red+Green+Blue) = 129+125+99=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 129 - color contains mainly: red. Hex color #817D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D63 is #7E829C. Grayscale: #7B7B7B. Windows color (decimal): -8290973 or 6520193. OLE color: 6520193.

HSL color Cylindrical-coordinate representation of color #817D63: hue angle of 52º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #817D63 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 125 99 -
CMYK 0 0.03 0.23 0.49
HSL 52º 0.13% 0.45% -
HSV(B) 52º 0.23% 0.51% -
XYZ 18.64 20.24 14.73 -
YUV 123.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 129 125 99 0 0.03 0.23 0.49 52 0.13 0.45
Hex 81 7D 63 0 3 17 31 34 D 2D
Octal 201 175 143 0 3 27 61 64 15 55
Binary 10000001 1111101 1100011 0 11 10111 110001 110100 1101 101101

Color Harmonies of #817D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D63

Black with #817D63

Text Example


Text Example

White with #817D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,125,99); }

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

background-color css

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

 a { background-color: rgb(129,125,99); }

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

border-color css

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

 span { border-color: rgb(129,125,99); }

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