Html Css Color HEX #828C6E Gunsmoke

📋 copy color: '#828C6E'

red 130 ◦ green 140 ◦ blue 110

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

Shades of Gunsmoke #828C6E

Tints of Gunsmoke #828C6E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 34.21%
G = 36.84%
B = 28.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#828C6E (or 0x828C6E) is known color: Gunsmoke. HEX triplet: 82, 8C and 6E. RGB value is (130,140,110). Sum of RGB (Red+Green+Blue) = 130+140+110=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 140 - color contains mainly: green. Hex color #828C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C6E is #7D7391. Grayscale: #858585. Windows color (decimal): -8221586 or 7244930. OLE color: 7244930.

HSL color Cylindrical-coordinate representation of color #828C6E: hue angle of 80º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #828C6E is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 140 110 -
CMYK 0.07 0 0.21 0.45
HSL 80º 0.12% 0.49% -
HSV(B) 80º 0.21% 0.55% -
XYZ 21.4 24.63 18.38 -
YUV 133.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 130 140 110 0.07 0 0.21 0.45 80 0.12 0.49
Hex 82 8C 6E 7 0 15 2D 50 C 31
Octal 202 214 156 7 0 25 55 120 14 61
Binary 10000010 10001100 1101110 111 0 10101 101101 1010000 1100 110001

Color Harmonies of #828C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C6E

Black with #828C6E

Text Example


Text Example

White with #828C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,140,110); }

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

background-color css

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

 a { background-color: rgb(130,140,110); }

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

border-color css

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

 span { border-color: rgb(130,140,110); }

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