#99674D

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

Shades of Dark Tan #99674D

Tints of Dark Tan #99674D

Color information

#99674D (or 0x99674D) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 4D. RGB value is (153,103,77). Sum of RGB (Red+Green+Blue) = 153+103+77=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99674D is #6698B2. Grayscale: #737373. Windows color (decimal): -6723763 or 5072793. OLE color: 5072793.

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

Color convert

RGB15310377-
CMYK00.330.500.4
HSL20.53º33.04%45.1%-
HSV(B)20.53º49.67%60%-
XYZ19.3317.019.29-
YUV114.99106.56155.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=45.95%
G=30.93%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531037700.330.500.420.5333.0445.1
Hex99674D021322815212d
Octal2311471150416250254155
Binary1001100111001111001101010000111001010100010101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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