#847D6F

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

Shades of Arrowtown #847D6F

Tints of Arrowtown #847D6F

Color information

#847D6F (or 0x847D6F) is unknown color: approx Arrowtown. HEX triplet: 84, 7D and 6F. RGB value is (132,125,111). Sum of RGB (Red+Green+Blue) = 132+125+111=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #847D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D6F is #7B8290. Grayscale: #7D7D7D. Windows color (decimal): -8094353 or 7306628. OLE color: 7306628.

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

Color convert

RGB132125111-
CMYK00.050.160.48
HSL40º8.64%47.65%-
HSV(B)40º15.91%51.76%-
XYZ19.7220.7218-
YUV125.5119.82132.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 125 (49.22% from 255) = 33.97%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=35.87%
G=33.97%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212511100.050.160.48408.6447.65
Hex847D6F05103028930
Octal204175157052060501160
Binary10000100111110111011110101100001100001010001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,125,111); }

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

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

 a { background-color: rgb(132,125,111); }

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

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

 span { border-color: rgb(132,125,111); }

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