#995933

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

Shades of Indochine #995933

Tints of Indochine #995933

Color information

#995933 (or 0x995933) is unknown color: approx Indochine. HEX triplet: 99, 59 and 33. RGB value is (153,89,51). Sum of RGB (Red+Green+Blue) = 153+89+51=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #995933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995933 is #66A6CC. Grayscale: #686868. Windows color (decimal): -6727373 or 3365273. OLE color: 3365273.

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

Color convert

RGB1538951-
CMYK00.420.670.4
HSL22.35º50%40%-
HSV(B)22.35º66.67%60%-
XYZ17.3114.164.95-
YUV103.898.2163.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=52.22%
G=30.38%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153895100.420.670.422.355040
Hex99593302A4328163228
Octal2311316305210350266250
Binary1001100110110011100110101010100001110100010110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995933; }

 p { color: rgb(153,89,51); }

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

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

 a { background-color: rgb(153,89,51); }

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

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

 span { border-color: rgb(153,89,51); }

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