#857B68

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

Shades of Arrowtown #857B68

Tints of Arrowtown #857B68

Color information

#857B68 (or 0x857B68) is unknown color: approx Arrowtown. HEX triplet: 85, 7B and 68. RGB value is (133,123,104). Sum of RGB (Red+Green+Blue) = 133+123+104=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #857B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B68 is #7A8497. Grayscale: #7B7B7B. Windows color (decimal): -8029336 or 6847365. OLE color: 6847365.

HSL color Cylindrical-coordinate representation of color #857B68: hue angle of 39.31º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857B68 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB133123104-
CMYK00.080.220.48
HSL39.31º12.24%46.47%-
HSV(B)39.31º21.8%52.16%-
XYZ19.2520.1515.97-
YUV123.82116.81134.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=36.94%
G=34.17%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312310400.080.220.4839.3112.2446.47
Hex857B6808163027c2e
Octal2051731500102660471456
Binary100001011111011110100001000101101100001001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,104); }

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

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

 a { background-color: rgb(133,123,104); }

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

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

 span { border-color: rgb(133,123,104); }

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