Html Css Color HEX #867862 Stonewall

📋 copy color: '#867862'

red 134 ◦ green 120 ◦ blue 98

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

Shades of Stonewall #867862

Tints of Stonewall #867862

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 38.07%
G = 34.09%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#867862 (or 0x867862) is known color: Stonewall. HEX triplet: 86, 78 and 62. RGB value is (134,120,98). Sum of RGB (Red+Green+Blue) = 134+120+98=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867862 is #79879D. Grayscale: #797979. Windows color (decimal): -7964574 or 6453382. OLE color: 6453382.

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

Color convert

RGB 134 120 98 -
CMYK 0 0.10 0.27 0.47
HSL 36.67º 0.16% 0.45% -
HSV(B) 36.67º 0.27% 0.53% -
XYZ 18.75 19.38 14.31 -
YUV 121.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 134 120 98 0 0.10 0.27 0.47 36.67 0.16 0.45
Hex 86 78 62 0 A 1B 2F 25 10 2D
Octal 206 170 142 0 12 33 57 45 20 55
Binary 10000110 1111000 1100010 0 1010 11011 101111 100101 10000 101101

Color Harmonies of #867862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867862

Black with #867862

Text Example


Text Example

White with #867862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867862; }

 p { color: rgb(134,120,98); }

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

background-color css

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

 a { background-color: rgb(134,120,98); }

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

border-color css

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

 span { border-color: rgb(134,120,98); }

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