#99674B

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

Shades of Dark Tan #99674B

Tints of Dark Tan #99674B

Color information

#99674B (or 0x99674B) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 4B. RGB value is (153,103,75). Sum of RGB (Red+Green+Blue) = 153+103+75=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99674B is #6698B4. Grayscale: #727272. Windows color (decimal): -6723765 or 4941721. OLE color: 4941721.

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

Color convert

RGB15310375-
CMYK00.330.510.4
HSL21.54º34.21%44.71%-
HSV(B)21.54º50.98%60%-
XYZ19.2616.988.92-
YUV114.76105.56155.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=46.22%
G=31.12%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531037500.330.510.421.5434.2144.71
Hex99674B021332816222d
Octal2311471130416350264255
Binary1001100111001111001011010000111001110100010110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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