#9F6033

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

Shades of Indochine #9F6033

Tints of Indochine #9F6033

Color information

#9F6033 (or 0x9F6033) is unknown color: approx Indochine. HEX triplet: 9F, 60 and 33. RGB value is (159,96,51). Sum of RGB (Red+Green+Blue) = 159+96+51=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6033 is #609FCC. Grayscale: #6D6D6D. Windows color (decimal): -6332365 or 3367071. OLE color: 3367071.

HSL color Cylindrical-coordinate representation of color #9F6033: hue angle of 25º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F6033 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1599651-
CMYK00.400.680.38
HSL25º51.43%41.18%-
HSV(B)25º67.92%62.35%-
XYZ19.0815.985.21-
YUV109.7194.87163.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=51.96%
G=31.37%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159965100.400.680.382551.4341.18
Hex9F60330284426193329
Octal2371406305010446316351
Binary1001111111000001100110101000100010010011011001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6033; }

 p { color: rgb(159,96,51); }

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

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

 a { background-color: rgb(159,96,51); }

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

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

 span { border-color: rgb(159,96,51); }

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