#965c2d

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

Shades of Indochine #965C2D

Tints of Indochine #965C2D

Color information

#965C2D (or 0x965C2D) is unknown color: approx Indochine. HEX triplet: 96, 5C and 2D. RGB value is (150,92,45). Sum of RGB (Red+Green+Blue) = 150+92+45=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #965C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C2D is #69A3D2. Grayscale: #686868. Windows color (decimal): -6923219 or 2972822. OLE color: 2972822.

HSL color Cylindrical-coordinate representation of color #965C2D: hue angle of 26.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #965C2D is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1509245-
CMYK00.390.700.41
HSL26.86º53.85%38.24%-
HSV(B)26.86º70%58.82%-
XYZ16.8814.334.36-
YUV103.9894.72160.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=52.26%
G=32.06%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150924500.390.700.4126.8653.8538.24
Hex965C2D02746291b3626
Octal2261345504710651336646
Binary1001011010111001011010100111100011010100111011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,92,45); }

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

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

 a { background-color: rgb(150,92,45); }

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

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

 span { border-color: rgb(150,92,45); }

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