#847F6E

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

Shades of Arrowtown #847F6E

Tints of Arrowtown #847F6E

Color information

#847F6E (or 0x847F6E) is unknown color: approx Arrowtown. HEX triplet: 84, 7F and 6E. RGB value is (132,127,110). Sum of RGB (Red+Green+Blue) = 132+127+110=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #847F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F6E is #7B8091. Grayscale: #7E7E7E. Windows color (decimal): -8093842 or 7241604. OLE color: 7241604.

HSL color Cylindrical-coordinate representation of color #847F6E: hue angle of 46.36º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #847F6E is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132127110-
CMYK00.040.170.48
HSL46.36º9.09%47.45%-
HSV(B)46.36º16.67%51.76%-
XYZ19.9221.2117.8-
YUV126.56118.66131.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=35.77%
G=34.42%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212711000.040.170.4846.369.0947.45
Hex847F6E0411302e92f
Octal204177156042160561157
Binary10000100111111111011100100100011100001011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847F6E; }

 p { color: rgb(132,127,110); }

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

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

 a { background-color: rgb(132,127,110); }

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

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

 span { border-color: rgb(132,127,110); }

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