#965A33

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

Shades of Indochine #965A33

Tints of Indochine #965A33

Color information

#965A33 (or 0x965A33) is unknown color: approx Indochine. HEX triplet: 96, 5A and 33. RGB value is (150,90,51). Sum of RGB (Red+Green+Blue) = 150+90+51=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #965A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A33 is #69A5CC. Grayscale: #676767. Windows color (decimal): -6923725 or 3365526. OLE color: 3365526.

HSL color Cylindrical-coordinate representation of color #965A33: hue angle of 23.64º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #965A33 is Cyan = 0, Magento = 0.4, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1509051-
CMYK00.40.660.41
HSL23.64º49.25%39.41%-
HSV(B)23.64º66%58.82%-
XYZ16.8314.044.95-
YUV103.4998.38161.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=51.55%
G=30.93%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150905100.40.660.4123.6449.2539.41
Hex965A330284229183127
Octal2261326305010251306147
Binary1001011010110101100110101000100001010100111000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965A33; }

 p { color: rgb(150,90,51); }

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

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

 a { background-color: rgb(150,90,51); }

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

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

 span { border-color: rgb(150,90,51); }

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