#99604B

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

Shades of Dark Tan #99604B

Tints of Dark Tan #99604B

Color information

#99604B (or 0x99604B) is unknown color: approx Dark Tan. HEX triplet: 99, 60 and 4B. RGB value is (153,96,75). Sum of RGB (Red+Green+Blue) = 153+96+75=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #99604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99604B is #669FB4. Grayscale: #6E6E6E. Windows color (decimal): -6725557 or 4939929. OLE color: 4939929.

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

Color convert

RGB1539675-
CMYK00.370.510.4
HSL16.15º34.21%44.71%-
HSV(B)16.15º50.98%60%-
XYZ18.5915.658.7-
YUV110.65107.88158.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=47.22%
G=29.63%
B=23.15%

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
Decimal153967500.370.510.416.1534.2144.71
Hex99604B025332810222d
Octal2311401130456350204255
Binary1001100111000001001011010010111001110100010000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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