#847C6C

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

Shades of Arrowtown #847C6C

Tints of Arrowtown #847C6C

Color information

#847C6C (or 0x847C6C) is unknown color: approx Arrowtown. HEX triplet: 84, 7C and 6C. RGB value is (132,124,108). Sum of RGB (Red+Green+Blue) = 132+124+108=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #847C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C6C is #7B8393. Grayscale: #7C7C7C. Windows color (decimal): -8094612 or 7109764. OLE color: 7109764.

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

Color convert

RGB132124108-
CMYK00.060.180.48
HSL40º10%47.06%-
HSV(B)40º18.18%51.76%-
XYZ19.4320.417.1-
YUV124.57118.65133.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=36.26%
G=34.07%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212410800.060.180.48401047.06
Hex847C6C06123028a2f
Octal204174154062260501257
Binary10000100111110011011000110100101100001010001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,124,108); }

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

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

 a { background-color: rgb(132,124,108); }

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

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

 span { border-color: rgb(132,124,108); }

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