#964641

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

Shades of Cognac #964641

Tints of Cognac #964641

Color information

#964641 (or 0x964641) is unknown color: approx Cognac. HEX triplet: 96, 46 and 41. RGB value is (150,70,65). Sum of RGB (Red+Green+Blue) = 150+70+65=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #964641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964641 is #69B9BE. Grayscale: #5D5D5D. Windows color (decimal): -6928831 or 4277910. OLE color: 4277910.

HSL color Cylindrical-coordinate representation of color #964641: hue angle of 3.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964641 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1507065-
CMYK00.530.570.41
HSL3.53º39.53%42.16%-
HSV(B)3.53º56.67%58.82%-
XYZ15.7211.256.34-
YUV93.35112168.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=52.63%
G=24.56%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150706500.530.570.413.5339.5342.16
Hex96464103539294282a
Octal226106101065715145052
Binary10010110100011010000010110101111001101001100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964641; }

 p { color: rgb(150,70,65); }

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

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

 a { background-color: rgb(150,70,65); }

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

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

 span { border-color: rgb(150,70,65); }

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