#867962

Color #867962 Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #867962

Tints of Stonewall #867962

Color information

#867962 (or 0x867962) is unknown color: approx Stonewall. HEX triplet: 86, 79 and 62. RGB value is (134,121,98). Sum of RGB (Red+Green+Blue) = 134+121+98=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867962 is #79869D. Grayscale: #7A7A7A. Windows color (decimal): -7964318 or 6453638. OLE color: 6453638.

HSL color Cylindrical-coordinate representation of color #867962: hue angle of 38.33º 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 #867962 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13412198-
CMYK00.100.270.47
HSL38.33º15.52%45.49%-
HSV(B)38.33º26.87%52.55%-
XYZ18.8719.6214.35-
YUV122.26114.31136.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=37.96%
G=34.28%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341219800.100.270.4738.3315.5245.49
Hex8679620A1B2F26102d
Octal2061711420123357462055
Binary1000011011110011100010010101101110111110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867962; }

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

 H1.HeaderClassName
 {
   color: #867962;
 }
 .AnyTagClassName
 {
   color: #867962;
 }
</style>
background-color css

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

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

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

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

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

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