Html Css Color HEX #869073 Gunsmoke

📋 copy color: '#869073'

red 134 ◦ green 144 ◦ blue 115

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

Shades of Gunsmoke #869073

Tints of Gunsmoke #869073

RGB

 RED value IS 134 (52.73% from 255) = 34.1%

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 115 (45.31% from 255) = 29.26%

R = 34.1%
G = 36.64%
B = 29.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#869073 (or 0x869073) is known color: Gunsmoke. HEX triplet: 86, 90 and 73. RGB value is (134,144,115). Sum of RGB (Red+Green+Blue) = 134+144+115=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #869073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869073 is #796F8C. Grayscale: #898989. Windows color (decimal): -7958413 or 7573638. OLE color: 7573638.

HSL color Cylindrical-coordinate representation of color #869073: hue angle of 80.69º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #869073 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 115 -
CMYK 0.07 0 0.20 0.44
HSL 80.69º 0.12% 0.51% -
HSV(B) 80.69º 0.2% 0.56% -
XYZ 22.9 26.25 20.08 -
YUV 137.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 134 144 115 0.07 0 0.20 0.44 80.69 0.12 0.51
Hex 86 90 73 7 0 14 2C 51 C 33
Octal 206 220 163 7 0 24 54 121 14 63
Binary 10000110 10010000 1110011 111 0 10100 101100 1010001 1100 110011

Color Harmonies of #869073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869073

Black with #869073

Text Example


Text Example

White with #869073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869073; }

 p { color: rgb(134,144,115); }

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

background-color css

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

 a { background-color: rgb(134,144,115); }

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

border-color css

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

 span { border-color: rgb(134,144,115); }

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