Html Css Color HEX #818B6B Gunsmoke

📋 copy color: '#818B6B'

red 129 ◦ green 139 ◦ blue 107

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

Shades of Gunsmoke #818B6B

Tints of Gunsmoke #818B6B

RGB

 RED value IS 129 (50.78% from 255) = 34.4%

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 34.4%
G = 37.07%
B = 28.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#818B6B (or 0x818B6B) is known color: Gunsmoke. HEX triplet: 81, 8B and 6B. RGB value is (129,139,107). Sum of RGB (Red+Green+Blue) = 129+139+107=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #818B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B6B is #7E7494. Grayscale: #848484. Windows color (decimal): -8287381 or 7048065. OLE color: 7048065.

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

Color convert

RGB 129 139 107 -
CMYK 0.07 0 0.23 0.45
HSL 78.75º 0.13% 0.48% -
HSV(B) 78.75º 0.23% 0.55% -
XYZ 20.94 24.19 17.48 -
YUV 132.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 129 139 107 0.07 0 0.23 0.45 78.75 0.13 0.48
Hex 81 8B 6B 7 0 17 2D 4F D 30
Octal 201 213 153 7 0 27 55 117 15 60
Binary 10000001 10001011 1101011 111 0 10111 101101 1001111 1101 110000

Color Harmonies of #818B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818B6B

Black with #818B6B

Text Example


Text Example

White with #818B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818B6B; }

 p { color: rgb(129,139,107); }

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

background-color css

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

 a { background-color: rgb(129,139,107); }

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

border-color css

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

 span { border-color: rgb(129,139,107); }

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