Html Css Color HEX #867A65 Arrowtown

📋 copy color: '#867A65'

red 134 ◦ green 122 ◦ blue 101

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

Shades of Arrowtown #867A65

Tints of Arrowtown #867A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.29%

R = 37.54%
G = 34.17%
B = 28.29%

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

#867A65 (or 0x867A65) is known color: Arrowtown. HEX triplet: 86, 7A and 65. RGB value is (134,122,101). Sum of RGB (Red+Green+Blue) = 134+122+101=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #867A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A65 is #79859A. Grayscale: #7B7B7B. Windows color (decimal): -7964059 or 6650502. OLE color: 6650502.

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

Color convert

RGB 134 122 101 -
CMYK 0 0.09 0.25 0.47
HSL 38.18º 0.14% 0.46% -
HSV(B) 38.18º 0.25% 0.53% -
XYZ 19.14 19.93 15.15 -
YUV 123.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 134 122 101 0 0.09 0.25 0.47 38.18 0.14 0.46
Hex 86 7A 65 0 9 19 2F 26 E 2E
Octal 206 172 145 0 11 31 57 46 16 56
Binary 10000110 1111010 1100101 0 1001 11001 101111 100110 1110 101110

Color Harmonies of #867A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A65

Black with #867A65

Text Example


Text Example

White with #867A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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