#99634F

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

Shades of Dark Tan #99634F

Tints of Dark Tan #99634F

Color information

#99634F (or 0x99634F) is unknown color: approx Dark Tan. HEX triplet: 99, 63 and 4F. RGB value is (153,99,79). Sum of RGB (Red+Green+Blue) = 153+99+79=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99634F is #669CB0. Grayscale: #717171. Windows color (decimal): -6724785 or 5202841. OLE color: 5202841.

HSL color Cylindrical-coordinate representation of color #99634F: hue angle of 16.22º 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 #99634F is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1539979-
CMYK00.350.480.4
HSL16.22º31.9%45.49%-
HSV(B)16.22º48.37%60%-
XYZ19.0116.269.53-
YUV112.87108.89156.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=46.22%
G=29.91%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153997900.350.480.416.2231.945.49
Hex99634F023302810202d
Octal2311431170436050204055
Binary1001100111000111001111010001111000010100010000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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