#99674A

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

Shades of Dark Tan #99674A

Tints of Dark Tan #99674A

Color information

#99674A (or 0x99674A) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 4A. RGB value is (153,103,74). Sum of RGB (Red+Green+Blue) = 153+103+74=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99674A is #6698B5. Grayscale: #727272. Windows color (decimal): -6723766 or 4876185. OLE color: 4876185.

HSL color Cylindrical-coordinate representation of color #99674A: hue angle of 22.03º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99674A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15310374-
CMYK00.330.520.4
HSL22.03º34.8%44.51%-
HSV(B)22.03º51.63%60%-
XYZ19.2216.978.74-
YUV114.64105.06155.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=46.36%
G=31.21%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531037400.330.520.422.0334.844.51
Hex99674A021342816232d
Octal2311471120416450264355
Binary1001100111001111001010010000111010010100010110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99674A; }

 p { color: rgb(153,103,74); }

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

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

 a { background-color: rgb(153,103,74); }

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

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

 span { border-color: rgb(153,103,74); }

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