Html Css Color HEX #857961 Stonewall

📋 copy color: '#857961'

red 133 ◦ green 121 ◦ blue 97

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

Shades of Stonewall #857961

Tints of Stonewall #857961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 37.89%
G = 34.47%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#857961 (or 0x857961) is known color: Stonewall. HEX triplet: 85, 79 and 61. RGB value is (133,121,97). Sum of RGB (Red+Green+Blue) = 133+121+97=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #857961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857961 is #7A869E. Grayscale: #797979. Windows color (decimal): -8029855 or 6388101. OLE color: 6388101.

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

Color convert

RGB 133 121 97 -
CMYK 0 0.09 0.27 0.48
HSL 40º 0.16% 0.45% -
HSV(B) 40º 0.27% 0.52% -
XYZ 18.67 19.52 14.09 -
YUV 121.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 133 121 97 0 0.09 0.27 0.48 40 0.16 0.45
Hex 85 79 61 0 9 1B 30 28 10 2D
Octal 205 171 141 0 11 33 60 50 20 55
Binary 10000101 1111001 1100001 0 1001 11011 110000 101000 10000 101101

Color Harmonies of #857961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857961

Black with #857961

Text Example


Text Example

White with #857961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857961; }

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

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

background-color css

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

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

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

border-color css

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

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

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