Html Css Color HEX #828B6F Gunsmoke

📋 copy color: '#828B6F'

red 130 ◦ green 139 ◦ blue 111

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

Shades of Gunsmoke #828B6F

Tints of Gunsmoke #828B6F

RGB

 RED value IS 130 (51.17% from 255) = 34.21%

 GREEN value IS 139 (54.69% from 255) = 36.58%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 34.21%
G = 36.58%
B = 29.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#828B6F (or 0x828B6F) is known color: Gunsmoke. HEX triplet: 82, 8B and 6F. RGB value is (130,139,111). Sum of RGB (Red+Green+Blue) = 130+139+111=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #828B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B6F is #7D7490. Grayscale: #858585. Windows color (decimal): -8221841 or 7310210. OLE color: 7310210.

HSL color Cylindrical-coordinate representation of color #828B6F: hue angle of 79.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828B6F is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 139 111 -
CMYK 0.06 0 0.20 0.45
HSL 79.29º 0.11% 0.49% -
HSV(B) 79.29º 0.2% 0.55% -
XYZ 21.31 24.36 18.62 -
YUV 133.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 130 139 111 0.06 0 0.20 0.45 79.29 0.11 0.49
Hex 82 8B 6F 6 0 14 2D 4F B 31
Octal 202 213 157 6 0 24 55 117 13 61
Binary 10000010 10001011 1101111 110 0 10100 101101 1001111 1011 110001

Color Harmonies of #828B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B6F

Black with #828B6F

Text Example


Text Example

White with #828B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828B6F; }

 p { color: rgb(130,139,111); }

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

background-color css

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

 a { background-color: rgb(130,139,111); }

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

border-color css

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

 span { border-color: rgb(130,139,111); }

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