Html Css Color HEX #86897C Gunsmoke

📋 copy color: '#86897C'

red 134 ◦ green 137 ◦ blue 124

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

Shades of Gunsmoke #86897C

Tints of Gunsmoke #86897C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 33.92%
G = 34.68%
B = 31.39%

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

#86897C (or 0x86897C) is known color: Gunsmoke. HEX triplet: 86, 89 and 7C. RGB value is (134,137,124). Sum of RGB (Red+Green+Blue) = 134+137+124=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 137 - color contains mainly: green. Hex color #86897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86897C is #797683. Grayscale: #868686. Windows color (decimal): -7960196 or 8161670. OLE color: 8161670.

HSL color Cylindrical-coordinate representation of color #86897C: hue angle of 73.85º 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 #86897C is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 137 124 -
CMYK 0.02 0 0.09 0.46
HSL 73.85º 0.05% 0.51% -
HSV(B) 73.85º 0.09% 0.54% -
XYZ 22.42 24.41 22.6 -
YUV 134.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 134 137 124 0.02 0 0.09 0.46 73.85 0.05 0.51
Hex 86 89 7C 2 0 9 2E 4A 5 33
Octal 206 211 174 2 0 11 56 112 5 63
Binary 10000110 10001001 1111100 10 0 1001 101110 1001010 101 110011

Color Harmonies of #86897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86897C

Black with #86897C

Text Example


Text Example

White with #86897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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