Html Css Color HEX #867A64 Arrowtown

📋 copy color: '#867A64'

red 134 ◦ green 122 ◦ blue 100

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

Shades of Arrowtown #867A64

Tints of Arrowtown #867A64

RGB

 RED value IS 134 (52.73% from 255) = 37.64%

 GREEN value IS 122 (48.05% from 255) = 34.27%

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

R = 37.64%
G = 34.27%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#867A64 (or 0x867A64) is known color: Arrowtown. HEX triplet: 86, 7A and 64. RGB value is (134,122,100). Sum of RGB (Red+Green+Blue) = 134+122+100=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #867A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A64 is #79859B. Grayscale: #7B7B7B. Windows color (decimal): -7964060 or 6584966. OLE color: 6584966.

HSL color Cylindrical-coordinate representation of color #867A64: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867A64 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 122 100 -
CMYK 0 0.09 0.25 0.47
HSL 38.82º 0.15% 0.46% -
HSV(B) 38.82º 0.25% 0.53% -
XYZ 19.09 19.91 14.89 -
YUV 123.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 134 122 100 0 0.09 0.25 0.47 38.82 0.15 0.46
Hex 86 7A 64 0 9 19 2F 27 F 2E
Octal 206 172 144 0 11 31 57 47 17 56
Binary 10000110 1111010 1100100 0 1001 11001 101111 100111 1111 101110

Color Harmonies of #867A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A64

Black with #867A64

Text Example


Text Example

White with #867A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867A64; }

 p { color: rgb(134,122,100); }

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

background-color css

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

 a { background-color: rgb(134,122,100); }

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

border-color css

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

 span { border-color: rgb(134,122,100); }

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