#996238

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

Shades of Indochine #996238

Tints of Indochine #996238

Color information

#996238 (or 0x996238) is unknown color: approx Indochine. HEX triplet: 99, 62 and 38. RGB value is (153,98,56). Sum of RGB (Red+Green+Blue) = 153+98+56=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996238 is #669DC7. Grayscale: #6D6D6D. Windows color (decimal): -6725064 or 3695257. OLE color: 3695257.

HSL color Cylindrical-coordinate representation of color #996238: hue angle of 25.98º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #996238 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1539856-
CMYK00.360.630.4
HSL25.98º46.41%40.98%-
HSV(B)25.98º63.4%60%-
XYZ18.2215.795.83-
YUV109.6697.72158.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=49.84%
G=31.92%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153985600.360.630.425.9846.4140.98
Hex9962380243F281a2e29
Octal231142700447750325651
Binary100110011100010111000010010011111110100011010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996238; }

 p { color: rgb(153,98,56); }

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

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

 a { background-color: rgb(153,98,56); }

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

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

 span { border-color: rgb(153,98,56); }

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