Html Css Color HEX #857D66 Arrowtown

📋 copy color: '#857D66'

red 133 ◦ green 125 ◦ blue 102

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

Shades of Arrowtown #857D66

Tints of Arrowtown #857D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 36.94%
G = 34.72%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#857D66 (or 0x857D66) is known color: Arrowtown. HEX triplet: 85, 7D and 66. RGB value is (133,125,102). Sum of RGB (Red+Green+Blue) = 133+125+102=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #857D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D66 is #7A8299. Grayscale: #7C7C7C. Windows color (decimal): -8028826 or 6716805. OLE color: 6716805.

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

Color convert

RGB 133 125 102 -
CMYK 0 0.06 0.23 0.48
HSL 44.52º 0.13% 0.46% -
HSV(B) 44.52º 0.23% 0.52% -
XYZ 19.4 20.61 15.53 -
YUV 124.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 133 125 102 0 0.06 0.23 0.48 44.52 0.13 0.46
Hex 85 7D 66 0 6 17 30 2D D 2E
Octal 205 175 146 0 6 27 60 55 15 56
Binary 10000101 1111101 1100110 0 110 10111 110000 101101 1101 101110

Color Harmonies of #857D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D66

Black with #857D66

Text Example


Text Example

White with #857D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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