#995E3B

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

Shades of Indochine #995E3B

Tints of Indochine #995E3B

Color information

#995E3B (or 0x995E3B) is unknown color: approx Indochine. HEX triplet: 99, 5E and 3B. RGB value is (153,94,59). Sum of RGB (Red+Green+Blue) = 153+94+59=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #995E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E3B is #66A1C4. Grayscale: #6B6B6B. Windows color (decimal): -6726085 or 3890841. OLE color: 3890841.

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

Color convert

RGB1539459-
CMYK00.390.610.4
HSL22.34º44.34%41.57%-
HSV(B)22.34º61.44%60%-
XYZ17.9315.096.11-
YUV107.65100.55160.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=50%
G=30.72%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153945900.390.610.422.3444.3441.57
Hex995E3B0273D28162c2a
Octal231136730477550265452
Binary100110011011110111011010011111110110100010110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995E3B; }

 p { color: rgb(153,94,59); }

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

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

 a { background-color: rgb(153,94,59); }

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

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

 span { border-color: rgb(153,94,59); }

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