Html Css Color HEX #9F674F Dark Tan

📋 copy color: '#9F674F'

red 159 ◦ green 103 ◦ blue 79

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

Shades of Dark Tan #9F674F

Tints of Dark Tan #9F674F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 46.63%
G = 30.21%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F674F (or 0x9F674F) is known color: Dark Tan. HEX triplet: 9F, 67 and 4F. RGB value is (159,103,79). Sum of RGB (Red+Green+Blue) = 159+103+79=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F674F is #6098B0. Grayscale: #757575. Windows color (decimal): -6330545 or 5203871. OLE color: 5203871.

HSL color Cylindrical-coordinate representation of color #9F674F: hue angle of 18º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F674F is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 103 79 -
CMYK 0 0.35 0.50 0.38
HSL 18º 0.34% 0.47% -
HSV(B) 18º 0.5% 0.62% -
XYZ 20.56 17.64 9.72 -
YUV 117.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 159 103 79 0 0.35 0.50 0.38 18 0.34 0.47
Hex 9F 67 4F 0 23 32 26 12 22 2F
Octal 237 147 117 0 43 62 46 22 42 57
Binary 10011111 1100111 1001111 0 100011 110010 100110 10010 100010 101111

Color Harmonies of #9F674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F674F

Black with #9F674F

Text Example


Text Example

White with #9F674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,103,79); }

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

background-color css

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

 a { background-color: rgb(159,103,79); }

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

border-color css

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

 span { border-color: rgb(159,103,79); }

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