Html Css Color HEX #857960 Stonewall

📋 copy color: '#857960'

red 133 ◦ green 121 ◦ blue 96

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

Shades of Stonewall #857960

Tints of Stonewall #857960

RGB

 RED value IS 133 (52.34% from 255) = 38%

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

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

R = 38%
G = 34.57%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#857960 (or 0x857960) is known color: Stonewall. HEX triplet: 85, 79 and 60. RGB value is (133,121,96). Sum of RGB (Red+Green+Blue) = 133+121+96=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857960 is #7A869F. Grayscale: #797979. Windows color (decimal): -8029856 or 6322565. OLE color: 6322565.

HSL color Cylindrical-coordinate representation of color #857960: hue angle of 40.54º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857960 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 96 -
CMYK 0 0.09 0.28 0.48
HSL 40.54º 0.16% 0.45% -
HSV(B) 40.54º 0.28% 0.52% -
XYZ 18.62 19.51 13.85 -
YUV 121.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 133 121 96 0 0.09 0.28 0.48 40.54 0.16 0.45
Hex 85 79 60 0 9 1C 30 29 10 2D
Octal 205 171 140 0 11 34 60 51 20 55
Binary 10000101 1111001 1100000 0 1001 11100 110000 101001 10000 101101

Color Harmonies of #857960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857960

Black with #857960

Text Example


Text Example

White with #857960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857960; }

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

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

background-color css

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

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

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

border-color css

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

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

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