#99603D

Color #99603D Desert (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert #99603D

Tints of Desert #99603D

Color information

#99603D (or 0x99603D) is unknown color: approx Desert. HEX triplet: 99, 60 and 3D. RGB value is (153,96,61). Sum of RGB (Red+Green+Blue) = 153+96+61=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99603D is #669FC2. Grayscale: #6D6D6D. Windows color (decimal): -6725571 or 4022425. OLE color: 4022425.

HSL color Cylindrical-coordinate representation of color #99603D: hue angle of 22.83º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99603D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB1539661-
CMYK00.370.600.4
HSL22.83º42.99%41.96%-
HSV(B)22.83º60.13%60%-
XYZ18.1615.476.44-
YUV109.05100.88159.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=49.35%
G=30.97%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153966100.370.600.422.8342.9941.96
Hex99603D0253C28172b2a
Octal231140750457450275352
Binary100110011100000111101010010111110010100010111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99603D; }

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

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

<style>
 a { background-color: #99603D; }

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

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

<style>
 span { border-color: #99603D; }

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

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