#9A674F

Color #9A674F Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #9A674F

Tints of Dark Tan #9A674F

Color information

#9A674F (or 0x9A674F) is unknown color: approx Dark Tan. HEX triplet: 9A, 67 and 4F. RGB value is (154,103,79). Sum of RGB (Red+Green+Blue) = 154+103+79=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A674F is #6598B0. Grayscale: #737373. Windows color (decimal): -6658225 or 5203866. OLE color: 5203866.

HSL color Cylindrical-coordinate representation of color #9A674F: hue angle of 19.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A674F is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15410379-
CMYK00.330.490.40
HSL19.2º32.19%45.69%-
HSV(B)19.2º48.7%60.39%-
XYZ19.5917.149.67-
YUV115.51107.4155.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.83%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=45.83%
G=30.65%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541037900.330.490.4019.232.1945.69
Hex9A674F021312813202e
Octal2321471170416150234056
Binary1001101011001111001111010000111000110100010011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A674F;
 }
 .AnyTagClassName
 {
   color: #9A674F;
 }
</style>
background-color css

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

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

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

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

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

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