Html Css Color HEX #828C69 Gunsmoke

📋 copy color: '#828C69'

red 130 ◦ green 140 ◦ blue 105

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

Shades of Gunsmoke #828C69

Tints of Gunsmoke #828C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28%

R = 34.67%
G = 37.33%
B = 28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#828C69 (or 0x828C69) is known color: Gunsmoke. HEX triplet: 82, 8C and 69. RGB value is (130,140,105). Sum of RGB (Red+Green+Blue) = 130+140+105=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #828C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C69 is #7D7396. Grayscale: #858585. Windows color (decimal): -8221591 or 6917250. OLE color: 6917250.

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

Color convert

RGB 130 140 105 -
CMYK 0.07 0 0.25 0.45
HSL 77.14º 0.14% 0.48% -
HSV(B) 77.14º 0.25% 0.55% -
XYZ 21.13 24.52 16.98 -
YUV 133.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 130 140 105 0.07 0 0.25 0.45 77.14 0.14 0.48
Hex 82 8C 69 7 0 19 2D 4D E 30
Octal 202 214 151 7 0 31 55 115 16 60
Binary 10000010 10001100 1101001 111 0 11001 101101 1001101 1110 110000

Color Harmonies of #828C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C69

Black with #828C69

Text Example


Text Example

White with #828C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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