Html Css Color HEX #867C6C Arrowtown

📋 copy color: '#867C6C'

red 134 ◦ green 124 ◦ blue 108

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

Shades of Arrowtown #867C6C

Tints of Arrowtown #867C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 36.61%
G = 33.88%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#867C6C (or 0x867C6C) is known color: Arrowtown. HEX triplet: 86, 7C and 6C. RGB value is (134,124,108). Sum of RGB (Red+Green+Blue) = 134+124+108=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C6C is #798393. Grayscale: #7D7D7D. Windows color (decimal): -7963540 or 7109766. OLE color: 7109766.

HSL color Cylindrical-coordinate representation of color #867C6C: hue angle of 36.92º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #867C6C is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 124 108 -
CMYK 0 0.07 0.19 0.47
HSL 36.92º 0.11% 0.47% -
HSV(B) 36.92º 0.19% 0.53% -
XYZ 19.75 20.57 17.12 -
YUV 125.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 134 124 108 0 0.07 0.19 0.47 36.92 0.11 0.47
Hex 86 7C 6C 0 7 13 2F 25 B 2F
Octal 206 174 154 0 7 23 57 45 13 57
Binary 10000110 1111100 1101100 0 111 10011 101111 100101 1011 101111

Color Harmonies of #867C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C6C

Black with #867C6C

Text Example


Text Example

White with #867C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,108); }

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

background-color css

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

 a { background-color: rgb(134,124,108); }

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

border-color css

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

 span { border-color: rgb(134,124,108); }

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