#99614B

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

Shades of Dark Tan #99614B

Tints of Dark Tan #99614B

Color information

#99614B (or 0x99614B) is unknown color: approx Dark Tan. HEX triplet: 99, 61 and 4B. RGB value is (153,97,75). Sum of RGB (Red+Green+Blue) = 153+97+75=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #99614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99614B is #669EB4. Grayscale: #6F6F6F. Windows color (decimal): -6725301 or 4940185. OLE color: 4940185.

HSL color Cylindrical-coordinate representation of color #99614B: hue angle of 16.92º 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 #99614B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB1539775-
CMYK00.370.510.4
HSL16.92º34.21%44.71%-
HSV(B)16.92º50.98%60%-
XYZ18.6815.838.73-
YUV111.24107.55157.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=47.08%
G=29.85%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153977500.370.510.416.9234.2144.71
Hex99614B025332811222d
Octal2311411130456350214255
Binary1001100111000011001011010010111001110100010001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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