Html Css Color HEX #857C64 Arrowtown

📋 copy color: '#857C64'

red 133 ◦ green 124 ◦ blue 100

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

Shades of Arrowtown #857C64

Tints of Arrowtown #857C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.01%

R = 37.25%
G = 34.73%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#857C64 (or 0x857C64) is known color: Arrowtown. HEX triplet: 85, 7C and 64. RGB value is (133,124,100). Sum of RGB (Red+Green+Blue) = 133+124+100=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #857C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C64 is #7A839B. Grayscale: #7C7C7C. Windows color (decimal): -8029084 or 6585477. OLE color: 6585477.

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

Color convert

RGB 133 124 100 -
CMYK 0 0.07 0.25 0.48
HSL 43.64º 0.14% 0.46% -
HSV(B) 43.64º 0.25% 0.52% -
XYZ 19.18 20.32 14.97 -
YUV 123.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 133 124 100 0 0.07 0.25 0.48 43.64 0.14 0.46
Hex 85 7C 64 0 7 19 30 2C E 2E
Octal 205 174 144 0 7 31 60 54 16 56
Binary 10000101 1111100 1100100 0 111 11001 110000 101100 1110 101110

Color Harmonies of #857C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C64

Black with #857C64

Text Example


Text Example

White with #857C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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