#99663C

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

Shades of Desert #99663C

Tints of Desert #99663C

Color information

#99663C (or 0x99663C) is unknown color: approx Desert. HEX triplet: 99, 66 and 3C. RGB value is (153,102,60). Sum of RGB (Red+Green+Blue) = 153+102+60=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99663C is #6699C3. Grayscale: #707070. Windows color (decimal): -6724036 or 3958425. OLE color: 3958425.

HSL color Cylindrical-coordinate representation of color #99663C: hue angle of 27.1º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99663C is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15310260-
CMYK00.330.610.4
HSL27.1º43.66%41.76%-
HSV(B)27.1º60.78%60%-
XYZ18.716.66.49-
YUV112.4698.4156.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=48.57%
G=32.38%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531026000.330.610.427.143.6641.76
Hex99663C0213D281b2c2a
Octal231146740417550335452
Binary100110011100110111100010000111110110100011011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99663C; }

 p { color: rgb(153,102,60); }

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

<style>
 a { background-color: #99663C; }

 a { background-color: rgb(153,102,60); }

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

<style>
 span { border-color: #99663C; }

 span { border-color: rgb(153,102,60); }

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