#99674F

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

Shades of Dark Tan #99674F

Tints of Dark Tan #99674F

Color information

#99674F (or 0x99674F) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 4F. RGB value is (153,103,79). Sum of RGB (Red+Green+Blue) = 153+103+79=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99674F is #6698B0. Grayscale: #737373. Windows color (decimal): -6723761 or 5203865. OLE color: 5203865.

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

Color convert

RGB15310379-
CMYK00.330.480.4
HSL19.46º31.9%45.49%-
HSV(B)19.46º48.37%60%-
XYZ19.417.049.66-
YUV115.21107.56154.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 79 (31.25% from 255) = 23.58%
R=45.67%
G=30.75%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531037900.330.480.419.4631.945.49
Hex99674F021302813202d
Octal2311471170416050234055
Binary1001100111001111001111010000111000010100010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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