#9F6034

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

Shades of Indochine #9F6034

Tints of Indochine #9F6034

Color information

#9F6034 (or 0x9F6034) is unknown color: approx Indochine. HEX triplet: 9F, 60 and 34. RGB value is (159,96,52). Sum of RGB (Red+Green+Blue) = 159+96+52=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6034 is #609FCB. Grayscale: #6E6E6E. Windows color (decimal): -6332364 or 3432607. OLE color: 3432607.

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

Color convert

RGB1599652-
CMYK00.400.670.38
HSL24.67º50.71%41.37%-
HSV(B)24.67º67.3%62.35%-
XYZ19.115.985.33-
YUV109.8295.37163.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=51.79%
G=31.27%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159965200.400.670.3824.6750.7141.37
Hex9F60340284326193329
Octal2371406405010346316351
Binary1001111111000001101000101000100001110011011001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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