Html Css Color HEX #858683 Gunsmoke

📋 copy color: '#858683'

red 133 ◦ green 134 ◦ blue 131

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

Shades of Gunsmoke #858683

Tints of Gunsmoke #858683

RGB

 RED value IS 133 (52.34% from 255) = 33.42%

 GREEN value IS 134 (52.73% from 255) = 33.67%

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 33.42%
G = 33.67%
B = 32.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#858683 (or 0x858683) is known color: Gunsmoke. HEX triplet: 85, 86 and 83. RGB value is (133,134,131). Sum of RGB (Red+Green+Blue) = 133+134+131=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 134 - color contains mainly: green. Hex color #858683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858683 is #7A797C. Grayscale: #858585. Windows color (decimal): -8026493 or 8619653. OLE color: 8619653.

HSL color Cylindrical-coordinate representation of color #858683: hue angle of 80º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #858683 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 131 -
CMYK 0.01 0 0.02 0.47
HSL 80º 0.01% 0.52% -
HSV(B) 80º 0.02% 0.53% -
XYZ 22.29 23.68 24.87 -
YUV 133.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 133 134 131 0.01 0 0.02 0.47 80 0.01 0.52
Hex 85 86 83 1 0 2 2F 50 1 34
Octal 205 206 203 1 0 2 57 120 1 64
Binary 10000101 10000110 10000011 1 0 10 101111 1010000 1 110100

Color Harmonies of #858683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858683

Black with #858683

Text Example


Text Example

White with #858683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858683; }

 p { color: rgb(133,134,131); }

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

background-color css

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

 a { background-color: rgb(133,134,131); }

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

border-color css

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

 span { border-color: rgb(133,134,131); }

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