Html Css Color HEX #867C6B Arrowtown

📋 copy color: '#867C6B'

red 134 ◦ green 124 ◦ blue 107

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

Shades of Arrowtown #867C6B

Tints of Arrowtown #867C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 36.71%
G = 33.97%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#867C6B (or 0x867C6B) is known color: Arrowtown. HEX triplet: 86, 7C and 6B. RGB value is (134,124,107). Sum of RGB (Red+Green+Blue) = 134+124+107=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #867C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C6B is #798394. Grayscale: #7D7D7D. Windows color (decimal): -7963541 or 7044230. OLE color: 7044230.

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

Color convert

RGB 134 124 107 -
CMYK 0 0.07 0.20 0.47
HSL 37.78º 0.11% 0.47% -
HSV(B) 37.78º 0.2% 0.53% -
XYZ 19.69 20.55 16.84 -
YUV 125.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 134 124 107 0 0.07 0.20 0.47 37.78 0.11 0.47
Hex 86 7C 6B 0 7 14 2F 26 B 2F
Octal 206 174 153 0 7 24 57 46 13 57
Binary 10000110 1111100 1101011 0 111 10100 101111 100110 1011 101111

Color Harmonies of #867C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C6B

Black with #867C6B

Text Example


Text Example

White with #867C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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