Html Css Color HEX #857D6F Arrowtown

📋 copy color: '#857D6F'

red 133 ◦ green 125 ◦ blue 111

#857D6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arrowtown #857D6F

Tints of Arrowtown #857D6F

RGB

 RED value IS 133 (52.34% from 255) = 36.04%

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 36.04%
G = 33.88%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#857D6F (or 0x857D6F) is known color: Arrowtown. HEX triplet: 85, 7D and 6F. RGB value is (133,125,111). Sum of RGB (Red+Green+Blue) = 133+125+111=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #857D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D6F is #7A8290. Grayscale: #7D7D7D. Windows color (decimal): -8028817 or 7306629. OLE color: 7306629.

HSL color Cylindrical-coordinate representation of color #857D6F: hue angle of 38.18º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857D6F is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 111 -
CMYK 0 0.06 0.17 0.48
HSL 38.18º 0.09% 0.48% -
HSV(B) 38.18º 0.17% 0.52% -
XYZ 19.88 20.8 18.01 -
YUV 125.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 133 125 111 0 0.06 0.17 0.48 38.18 0.09 0.48
Hex 85 7D 6F 0 6 11 30 26 9 30
Octal 205 175 157 0 6 21 60 46 11 60
Binary 10000101 1111101 1101111 0 110 10001 110000 100110 1001 110000

Color Harmonies of #857D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D6F

Black with #857D6F

Text Example


Text Example

White with #857D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,125,111); }

 H1.HeaderClassName
 {
   color: #857D6F;
 }
 .AnyTagClassName
 {
   color: #857D6F;
 }
</style>

background-color css

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

 a { background-color: rgb(133,125,111); }

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

border-color css

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

 span { border-color: rgb(133,125,111); }

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