#96623A

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

Shades of Indochine #96623A

Tints of Indochine #96623A

Color information

#96623A (or 0x96623A) is unknown color: approx Indochine. HEX triplet: 96, 62 and 3A. RGB value is (150,98,58). Sum of RGB (Red+Green+Blue) = 150+98+58=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96623A is #699DC5. Grayscale: #6D6D6D. Windows color (decimal): -6921670 or 3826326. OLE color: 3826326.

HSL color Cylindrical-coordinate representation of color #96623A: hue angle of 26.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96623A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1509858-
CMYK00.350.610.41
HSL26.09º44.23%40.78%-
HSV(B)26.09º61.33%58.82%-
XYZ17.7115.526.07-
YUV108.9999.23157.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 58 (23.05% from 255) = 18.95%
R=49.02%
G=32.03%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150985800.350.610.4126.0944.2340.78
Hex96623A0233D291a2c29
Octal226142720437551325451
Binary100101101100010111010010001111110110100111010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96623A; }

 p { color: rgb(150,98,58); }

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

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

 a { background-color: rgb(150,98,58); }

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

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

 span { border-color: rgb(150,98,58); }

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