Html Css Color HEX #867961 Stonewall

📋 copy color: '#867961'

red 134 ◦ green 121 ◦ blue 97

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

Shades of Stonewall #867961

Tints of Stonewall #867961

RGB

 RED value IS 134 (52.73% from 255) = 38.07%

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

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

R = 38.07%
G = 34.38%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#867961 (or 0x867961) is known color: Stonewall. HEX triplet: 86, 79 and 61. RGB value is (134,121,97). Sum of RGB (Red+Green+Blue) = 134+121+97=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867961 is #79869E. Grayscale: #7A7A7A. Windows color (decimal): -7964319 or 6388102. OLE color: 6388102.

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

Color convert

RGB 134 121 97 -
CMYK 0 0.10 0.28 0.47
HSL 38.92º 0.16% 0.45% -
HSV(B) 38.92º 0.28% 0.53% -
XYZ 18.83 19.61 14.1 -
YUV 122.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 134 121 97 0 0.10 0.28 0.47 38.92 0.16 0.45
Hex 86 79 61 0 A 1C 2F 27 10 2D
Octal 206 171 141 0 12 34 57 47 20 55
Binary 10000110 1111001 1100001 0 1010 11100 101111 100111 10000 101101

Color Harmonies of #867961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867961

Black with #867961

Text Example


Text Example

White with #867961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867961; }

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

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

background-color css

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

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

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

border-color css

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

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

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