#847D6B

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

Shades of Arrowtown #847D6B

Tints of Arrowtown #847D6B

Color information

#847D6B (or 0x847D6B) is unknown color: approx Arrowtown. HEX triplet: 84, 7D and 6B. RGB value is (132,125,107). Sum of RGB (Red+Green+Blue) = 132+125+107=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #847D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D6B is #7B8294. Grayscale: #7D7D7D. Windows color (decimal): -8094357 or 7044484. OLE color: 7044484.

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

Color convert

RGB132125107-
CMYK00.050.190.48
HSL43.2º10.46%46.86%-
HSV(B)43.2º18.94%51.76%-
XYZ19.520.6316.86-
YUV125.04117.82132.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=36.26%
G=34.34%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212510700.050.190.4843.210.4646.86
Hex847D6B0513302ba2f
Octal204175153052360531257
Binary10000100111110111010110101100111100001010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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