Html Css Color HEX #817660 Stonewall

📋 copy color: '#817660'

red 129 ◦ green 118 ◦ blue 96

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

Shades of Stonewall #817660

Tints of Stonewall #817660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 37.61%
G = 34.4%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#817660 (or 0x817660) is known color: Stonewall. HEX triplet: 81, 76 and 60. RGB value is (129,118,96). Sum of RGB (Red+Green+Blue) = 129+118+96=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 129 - color contains mainly: red. Hex color #817660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817660 is #7E899F. Grayscale: #767676. Windows color (decimal): -8292768 or 6321793. OLE color: 6321793.

HSL color Cylindrical-coordinate representation of color #817660: hue angle of 40º 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 #817660 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 118 96 -
CMYK 0 0.09 0.26 0.49
HSL 40º 0.15% 0.44% -
HSV(B) 40º 0.26% 0.51% -
XYZ 17.64 18.47 13.7 -
YUV 118.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 129 118 96 0 0.09 0.26 0.49 40 0.15 0.44
Hex 81 76 60 0 9 1A 31 28 F 2C
Octal 201 166 140 0 11 32 61 50 17 54
Binary 10000001 1110110 1100000 0 1001 11010 110001 101000 1111 101100

Color Harmonies of #817660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817660

Black with #817660

Text Example


Text Example

White with #817660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817660; }

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

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

background-color css

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

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

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

border-color css

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

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

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