Html Css Color HEX #817960 Stonewall

📋 copy color: '#817960'

red 129 ◦ green 121 ◦ blue 96

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

Shades of Stonewall #817960

Tints of Stonewall #817960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

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

R = 37.28%
G = 34.97%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#817960 (or 0x817960) is known color: Stonewall. HEX triplet: 81, 79 and 60. RGB value is (129,121,96). Sum of RGB (Red+Green+Blue) = 129+121+96=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #817960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817960 is #7E869F. Grayscale: #787878. Windows color (decimal): -8292000 or 6322561. OLE color: 6322561.

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

Color convert

RGB 129 121 96 -
CMYK 0 0.06 0.26 0.49
HSL 45.45º 0.15% 0.44% -
HSV(B) 45.45º 0.26% 0.51% -
XYZ 18 19.19 13.82 -
YUV 120.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 129 121 96 0 0.06 0.26 0.49 45.45 0.15 0.44
Hex 81 79 60 0 6 1A 31 2D F 2C
Octal 201 171 140 0 6 32 61 55 17 54
Binary 10000001 1111001 1100000 0 110 11010 110001 101101 1111 101100

Color Harmonies of #817960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817960

Black with #817960

Text Example


Text Example

White with #817960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817960; }

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

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

background-color css

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

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

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

border-color css

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

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

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