#964645

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

Shades of Cognac #964645

Tints of Cognac #964645

Color information

#964645 (or 0x964645) is unknown color: approx Cognac. HEX triplet: 96, 46 and 45. RGB value is (150,70,69). Sum of RGB (Red+Green+Blue) = 150+70+69=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #964645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964645 is #69B9BA. Grayscale: #5D5D5D. Windows color (decimal): -6928827 or 4540054. OLE color: 4540054.

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

Color convert

RGB1507069-
CMYK00.530.540.41
HSL0.74º36.99%42.94%-
HSV(B)0.74º54%58.82%-
XYZ15.8411.296.98-
YUV93.81114168.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=51.90%
G=24.22%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150706900.530.540.410.7436.9942.94
Hex96464503536291252b
Octal226106105065665114553
Binary100101101000110100010101101011101101010011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964645; }

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

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

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

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

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

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

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

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