Html Css Color HEX #867D6A Arrowtown

📋 copy color: '#867D6A'

red 134 ◦ green 125 ◦ blue 106

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

Shades of Arrowtown #867D6A

Tints of Arrowtown #867D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 36.71%
G = 34.25%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#867D6A (or 0x867D6A) is known color: Arrowtown. HEX triplet: 86, 7D and 6A. RGB value is (134,125,106). Sum of RGB (Red+Green+Blue) = 134+125+106=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #867D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D6A is #798295. Grayscale: #7D7D7D. Windows color (decimal): -7963286 or 6978950. OLE color: 6978950.

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

Color convert

RGB 134 125 106 -
CMYK 0 0.07 0.21 0.47
HSL 40.71º 0.12% 0.47% -
HSV(B) 40.71º 0.21% 0.53% -
XYZ 19.77 20.78 16.6 -
YUV 125.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 134 125 106 0 0.07 0.21 0.47 40.71 0.12 0.47
Hex 86 7D 6A 0 7 15 2F 29 C 2F
Octal 206 175 152 0 7 25 57 51 14 57
Binary 10000110 1111101 1101010 0 111 10101 101111 101001 1100 101111

Color Harmonies of #867D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D6A

Black with #867D6A

Text Example


Text Example

White with #867D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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