#857E6B

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

Shades of Arrowtown #857E6B

Tints of Arrowtown #857E6B

Color information

#857E6B (or 0x857E6B) is unknown color: approx Arrowtown. HEX triplet: 85, 7E and 6B. RGB value is (133,126,107). Sum of RGB (Red+Green+Blue) = 133+126+107=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E6B is #7A8194. Grayscale: #7E7E7E. Windows color (decimal): -8028565 or 7044741. OLE color: 7044741.

HSL color Cylindrical-coordinate representation of color #857E6B: hue angle of 43.85º 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 #857E6B is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB133126107-
CMYK00.050.200.48
HSL43.85º10.83%47.06%-
HSV(B)43.85º19.55%52.16%-
XYZ19.7920.9716.91-
YUV125.93117.32133.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=36.34%
G=34.43%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312610700.050.200.4843.8510.8347.06
Hex857E6B0514302cb2f
Octal205176153052460541357
Binary10000101111111011010110101101001100001011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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