Html Css Color HEX #9F6B49 Dark Tan

📋 copy color: '#9F6B49'

red 159 ◦ green 107 ◦ blue 73

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

Shades of Dark Tan #9F6B49

Tints of Dark Tan #9F6B49

RGB

 RED value IS 159 (62.5% from 255) = 46.9%

 GREEN value IS 107 (42.19% from 255) = 31.56%

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 46.9%
G = 31.56%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F6B49 (or 0x9F6B49) is known color: Dark Tan. HEX triplet: 9F, 6B and 49. RGB value is (159,107,73). Sum of RGB (Red+Green+Blue) = 159+107+73=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6B49 is #6094B6. Grayscale: #767676. Windows color (decimal): -6329527 or 4811679. OLE color: 4811679.

HSL color Cylindrical-coordinate representation of color #9F6B49: hue angle of 23.72º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F6B49 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 107 73 -
CMYK 0 0.33 0.54 0.38
HSL 23.72º 0.37% 0.45% -
HSV(B) 23.72º 0.54% 0.62% -
XYZ 20.76 18.37 8.75 -
YUV 118.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 159 107 73 0 0.33 0.54 0.38 23.72 0.37 0.45
Hex 9F 6B 49 0 21 36 26 18 25 2D
Octal 237 153 111 0 41 66 46 30 45 55
Binary 10011111 1101011 1001001 0 100001 110110 100110 11000 100101 101101

Color Harmonies of #9F6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B49

Black with #9F6B49

Text Example


Text Example

White with #9F6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F6B49; }

 p { color: rgb(159,107,73); }

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

background-color css

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

 a { background-color: rgb(159,107,73); }

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

border-color css

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

 span { border-color: rgb(159,107,73); }

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