#995C2E

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

Shades of Indochine #995C2E

Tints of Indochine #995C2E

Color information

#995C2E (or 0x995C2E) is unknown color: approx Indochine. HEX triplet: 99, 5C and 2E. RGB value is (153,92,46). Sum of RGB (Red+Green+Blue) = 153+92+46=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #995C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C2E is #66A3D1. Grayscale: #696969. Windows color (decimal): -6726610 or 3038361. OLE color: 3038361.

HSL color Cylindrical-coordinate representation of color #995C2E: hue angle of 25.79º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #995C2E is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB1539246-
CMYK00.400.700.4
HSL25.79º53.77%39.02%-
HSV(B)25.79º69.93%60%-
XYZ17.4614.624.49-
YUV10594.71162.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=52.58%
G=31.62%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153924600.400.700.425.7953.7739.02
Hex995C2E02846281a3627
Octal2311345605010650326647
Binary1001100110111001011100101000100011010100011010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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