Html Css Color HEX #847864 Stonewall

📋 copy color: '#847864'

red 132 ◦ green 120 ◦ blue 100

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

Shades of Stonewall #847864

Tints of Stonewall #847864

RGB

 RED value IS 132 (51.95% from 255) = 37.5%

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

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 37.5%
G = 34.09%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#847864 (or 0x847864) is known color: Stonewall. HEX triplet: 84, 78 and 64. RGB value is (132,120,100). Sum of RGB (Red+Green+Blue) = 132+120+100=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #847864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847864 is #7B879B. Grayscale: #797979. Windows color (decimal): -8095644 or 6584452. OLE color: 6584452.

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

Color convert

RGB 132 120 100 -
CMYK 0 0.09 0.24 0.48
HSL 37.5º 0.14% 0.45% -
HSV(B) 37.5º 0.24% 0.52% -
XYZ 18.53 19.26 14.8 -
YUV 121.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 132 120 100 0 0.09 0.24 0.48 37.5 0.14 0.45
Hex 84 78 64 0 9 18 30 26 E 2D
Octal 204 170 144 0 11 30 60 46 16 55
Binary 10000100 1111000 1100100 0 1001 11000 110000 100110 1110 101101

Color Harmonies of #847864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847864

Black with #847864

Text Example


Text Example

White with #847864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847864; }

 p { color: rgb(132,120,100); }

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

background-color css

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

 a { background-color: rgb(132,120,100); }

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

border-color css

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

 span { border-color: rgb(132,120,100); }

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