Html Css Color HEX #857C6D Arrowtown

📋 copy color: '#857C6D'

red 133 ◦ green 124 ◦ blue 109

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

Shades of Arrowtown #857C6D

Tints of Arrowtown #857C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 36.34%
G = 33.88%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#857C6D (or 0x857C6D) is known color: Arrowtown. HEX triplet: 85, 7C and 6D. RGB value is (133,124,109). Sum of RGB (Red+Green+Blue) = 133+124+109=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C6D is #7A8392. Grayscale: #7D7D7D. Windows color (decimal): -8029075 or 7175301. OLE color: 7175301.

HSL color Cylindrical-coordinate representation of color #857C6D: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #857C6D is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 109 -
CMYK 0 0.07 0.18 0.48
HSL 37.5º 0.1% 0.47% -
HSV(B) 37.5º 0.18% 0.52% -
XYZ 19.64 20.51 17.39 -
YUV 124.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 133 124 109 0 0.07 0.18 0.48 37.5 0.1 0.47
Hex 85 7C 6D 0 7 12 30 26 A 2F
Octal 205 174 155 0 7 22 60 46 12 57
Binary 10000101 1111100 1101101 0 111 10010 110000 100110 1010 101111

Color Harmonies of #857C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C6D

Black with #857C6D

Text Example


Text Example

White with #857C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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