#99602D

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

Shades of Indochine #99602D

Tints of Indochine #99602D

Color information

#99602D (or 0x99602D) is unknown color: approx Indochine. HEX triplet: 99, 60 and 2D. RGB value is (153,96,45). Sum of RGB (Red+Green+Blue) = 153+96+45=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99602D is #669FD2. Grayscale: #6B6B6B. Windows color (decimal): -6725587 or 2973849. OLE color: 2973849.

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

Color convert

RGB1539645-
CMYK00.370.710.4
HSL28.33º54.55%38.82%-
HSV(B)28.33º70.59%60%-
XYZ17.7915.334.5-
YUV107.2392.88160.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=52.04%
G=32.65%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153964500.370.710.428.3354.5538.82
Hex99602D02547281c3727
Octal2311405504510750346747
Binary1001100111000001011010100101100011110100011100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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