Html Css Color HEX #857C6E Arrowtown

📋 copy color: '#857C6E'

red 133 ◦ green 124 ◦ blue 110

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

Shades of Arrowtown #857C6E

Tints of Arrowtown #857C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 36.24%
G = 33.79%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#857C6E (or 0x857C6E) is known color: Arrowtown. HEX triplet: 85, 7C and 6E. RGB value is (133,124,110). Sum of RGB (Red+Green+Blue) = 133+124+110=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #857C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C6E is #7A8391. Grayscale: #7D7D7D. Windows color (decimal): -8029074 or 7240837. OLE color: 7240837.

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

Color convert

RGB 133 124 110 -
CMYK 0 0.07 0.17 0.48
HSL 36.52º 0.09% 0.48% -
HSV(B) 36.52º 0.17% 0.52% -
XYZ 19.69 20.53 17.68 -
YUV 125.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 133 124 110 0 0.07 0.17 0.48 36.52 0.09 0.48
Hex 85 7C 6E 0 7 11 30 25 9 30
Octal 205 174 156 0 7 21 60 45 11 60
Binary 10000101 1111100 1101110 0 111 10001 110000 100101 1001 110000

Color Harmonies of #857C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C6E

Black with #857C6E

Text Example


Text Example

White with #857C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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