Html Css Color HEX #857D6C Arrowtown

📋 copy color: '#857D6C'

red 133 ◦ green 125 ◦ blue 108

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

Shades of Arrowtown #857D6C

Tints of Arrowtown #857D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 36.34%
G = 34.15%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#857D6C (or 0x857D6C) is known color: Arrowtown. HEX triplet: 85, 7D and 6C. RGB value is (133,125,108). Sum of RGB (Red+Green+Blue) = 133+125+108=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D6C is #7A8293. Grayscale: #7D7D7D. Windows color (decimal): -8028820 or 7110021. OLE color: 7110021.

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

Color convert

RGB 133 125 108 -
CMYK 0 0.06 0.19 0.48
HSL 40.8º 0.1% 0.47% -
HSV(B) 40.8º 0.19% 0.52% -
XYZ 19.71 20.74 17.15 -
YUV 125.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 133 125 108 0 0.06 0.19 0.48 40.8 0.1 0.47
Hex 85 7D 6C 0 6 13 30 29 A 2F
Octal 205 175 154 0 6 23 60 51 12 57
Binary 10000101 1111101 1101100 0 110 10011 110000 101001 1010 101111

Color Harmonies of #857D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D6C

Black with #857D6C

Text Example


Text Example

White with #857D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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