#995C3B

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

Shades of Indochine #995C3B

Tints of Indochine #995C3B

Color information

#995C3B (or 0x995C3B) is unknown color: approx Indochine. HEX triplet: 99, 5C and 3B. RGB value is (153,92,59). Sum of RGB (Red+Green+Blue) = 153+92+59=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C3B is #66A3C4. Grayscale: #6A6A6A. Windows color (decimal): -6726597 or 3890329. OLE color: 3890329.

HSL color Cylindrical-coordinate representation of color #995C3B: hue angle of 21.06º 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 #995C3B is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1539259-
CMYK00.400.610.4
HSL21.06º44.34%41.57%-
HSV(B)21.06º61.44%60%-
XYZ17.7514.746.05-
YUV106.48101.21161.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=50.33%
G=30.26%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153925900.400.610.421.0644.3441.57
Hex995C3B0283D28152c2a
Octal231134730507550255452
Binary100110011011100111011010100011110110100010101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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