#857C6B

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

Shades of Arrowtown #857C6B

Tints of Arrowtown #857C6B

Color information

#857C6B (or 0x857C6B) is unknown color: approx Arrowtown. HEX triplet: 85, 7C and 6B. RGB value is (133,124,107). Sum of RGB (Red+Green+Blue) = 133+124+107=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C6B is #7A8394. Grayscale: #7C7C7C. Windows color (decimal): -8029077 or 7044229. OLE color: 7044229.

HSL color Cylindrical-coordinate representation of color #857C6B: hue angle of 39.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857C6B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB133124107-
CMYK00.070.200.48
HSL39.23º10.83%47.06%-
HSV(B)39.23º19.55%52.16%-
XYZ19.5320.4616.83-
YUV124.75117.98133.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=36.54%
G=34.07%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312410700.070.200.4839.2310.8347.06
Hex857C6B07143027b2f
Octal205174153072460471357
Binary10000101111110011010110111101001100001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C6B; }

 p { color: rgb(133,124,107); }

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

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

 a { background-color: rgb(133,124,107); }

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

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

 span { border-color: rgb(133,124,107); }

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