#857B6A

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

Shades of Arrowtown #857B6A

Tints of Arrowtown #857B6A

Color information

#857B6A (or 0x857B6A) is unknown color: approx Arrowtown. HEX triplet: 85, 7B and 6A. RGB value is (133,123,106). Sum of RGB (Red+Green+Blue) = 133+123+106=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #857B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B6A is #7A8495. Grayscale: #7C7C7C. Windows color (decimal): -8029334 or 6978437. OLE color: 6978437.

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

Color convert

RGB133123106-
CMYK00.080.200.48
HSL37.78º11.3%46.86%-
HSV(B)37.78º20.3%52.16%-
XYZ19.3620.1916.51-
YUV124.05117.81134.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=36.74%
G=33.98%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312310600.080.200.4837.7811.346.86
Hex857B6A08143026b2f
Octal2051731520102460461357
Binary100001011111011110101001000101001100001001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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