Html Css Color HEX #857964 Arrowtown

📋 copy color: '#857964'

red 133 ◦ green 121 ◦ blue 100

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

Shades of Arrowtown #857964

Tints of Arrowtown #857964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 37.57%
G = 34.18%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#857964 (or 0x857964) is known color: Arrowtown. HEX triplet: 85, 79 and 64. RGB value is (133,121,100). Sum of RGB (Red+Green+Blue) = 133+121+100=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #857964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857964 is #7A869B. Grayscale: #7A7A7A. Windows color (decimal): -8029852 or 6584709. OLE color: 6584709.

HSL color Cylindrical-coordinate representation of color #857964: hue angle of 38.18º 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 #857964 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 100 -
CMYK 0 0.09 0.25 0.48
HSL 38.18º 0.14% 0.46% -
HSV(B) 38.18º 0.25% 0.52% -
XYZ 18.81 19.58 14.84 -
YUV 122.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 133 121 100 0 0.09 0.25 0.48 38.18 0.14 0.46
Hex 85 79 64 0 9 19 30 26 E 2E
Octal 205 171 144 0 11 31 60 46 16 56
Binary 10000101 1111001 1100100 0 1001 11001 110000 100110 1110 101110

Color Harmonies of #857964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857964

Black with #857964

Text Example


Text Example

White with #857964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857964; }

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

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

background-color css

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

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

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

border-color css

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

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

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