Html Css Color HEX #9F6449 Dark Tan

📋 copy color: '#9F6449'

red 159 ◦ green 100 ◦ blue 73

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

Shades of Dark Tan #9F6449

Tints of Dark Tan #9F6449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

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

R = 47.89%
G = 30.12%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F6449 (or 0x9F6449) is known color: Dark Tan. HEX triplet: 9F, 64 and 49. RGB value is (159,100,73). Sum of RGB (Red+Green+Blue) = 159+100+73=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6449 is #609BB6. Grayscale: #727272. Windows color (decimal): -6331319 or 4809887. OLE color: 4809887.

HSL color Cylindrical-coordinate representation of color #9F6449: hue angle of 18.84º 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 #9F6449 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 100 73 -
CMYK 0 0.37 0.54 0.38
HSL 18.84º 0.37% 0.45% -
HSV(B) 18.84º 0.54% 0.62% -
XYZ 20.06 16.97 8.52 -
YUV 114.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 159 100 73 0 0.37 0.54 0.38 18.84 0.37 0.45
Hex 9F 64 49 0 25 36 26 13 25 2D
Octal 237 144 111 0 45 66 46 23 45 55
Binary 10011111 1100100 1001001 0 100101 110110 100110 10011 100101 101101

Color Harmonies of #9F6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6449

Black with #9F6449

Text Example


Text Example

White with #9F6449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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