Html Css Color HEX #86897D Gunsmoke

📋 copy color: '#86897D'

red 134 ◦ green 137 ◦ blue 125

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

Shades of Gunsmoke #86897D

Tints of Gunsmoke #86897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 33.84%
G = 34.6%
B = 31.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#86897D (or 0x86897D) is known color: Gunsmoke. HEX triplet: 86, 89 and 7D. RGB value is (134,137,125). Sum of RGB (Red+Green+Blue) = 134+137+125=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 137 - color contains mainly: green. Hex color #86897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86897D is #797682. Grayscale: #868686. Windows color (decimal): -7960195 or 8227206. OLE color: 8227206.

HSL color Cylindrical-coordinate representation of color #86897D: hue angle of 75º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86897D is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 137 125 -
CMYK 0.02 0 0.09 0.46
HSL 75º 0.05% 0.51% -
HSV(B) 75º 0.09% 0.54% -
XYZ 22.48 24.44 22.93 -
YUV 134.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 134 137 125 0.02 0 0.09 0.46 75 0.05 0.51
Hex 86 89 7D 2 0 9 2E 4B 5 33
Octal 206 211 175 2 0 11 56 113 5 63
Binary 10000110 10001001 1111101 10 0 1001 101110 1001011 101 110011

Color Harmonies of #86897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86897D

Black with #86897D

Text Example


Text Example

White with #86897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86897D; }

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

 H1.HeaderClassName
 {
   color: #86897D;
 }
 .AnyTagClassName
 {
   color: #86897D;
 }
</style>

background-color css

<style>
 a { background-color: #86897D; }

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

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

border-color css

<style>
 span { border-color: #86897D; }

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

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