Html Css Color HEX #867D6B Arrowtown

📋 copy color: '#867D6B'

red 134 ◦ green 125 ◦ blue 107

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

Shades of Arrowtown #867D6B

Tints of Arrowtown #867D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 36.61%
G = 34.15%
B = 29.23%

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

#867D6B (or 0x867D6B) is known color: Arrowtown. HEX triplet: 86, 7D and 6B. RGB value is (134,125,107). Sum of RGB (Red+Green+Blue) = 134+125+107=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D6B is #798294. Grayscale: #7D7D7D. Windows color (decimal): -7963285 or 7044486. OLE color: 7044486.

HSL color Cylindrical-coordinate representation of color #867D6B: hue angle of 40º 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 #867D6B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 125 107 -
CMYK 0 0.07 0.20 0.47
HSL 40º 0.11% 0.47% -
HSV(B) 40º 0.2% 0.53% -
XYZ 19.82 20.8 16.88 -
YUV 125.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 134 125 107 0 0.07 0.20 0.47 40 0.11 0.47
Hex 86 7D 6B 0 7 14 2F 28 B 2F
Octal 206 175 153 0 7 24 57 50 13 57
Binary 10000110 1111101 1101011 0 111 10100 101111 101000 1011 101111

Color Harmonies of #867D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D6B

Black with #867D6B

Text Example


Text Example

White with #867D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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