#964544

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

Shades of Cognac #964544

Tints of Cognac #964544

Color information

#964544 (or 0x964544) is unknown color: approx Cognac. HEX triplet: 96, 45 and 44. RGB value is (150,69,68). Sum of RGB (Red+Green+Blue) = 150+69+68=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #964544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964544 is #69BABB. Grayscale: #5D5D5D. Windows color (decimal): -6929084 or 4474262. OLE color: 4474262.

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

Color convert

RGB1506968-
CMYK00.540.550.41
HSL0.73º37.61%42.75%-
HSV(B)0.73º54.67%58.82%-
XYZ15.7511.166.79-
YUV93.1113.84168.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=52.26%
G=24.04%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150696800.540.550.410.7337.6142.75
Hex96454403637291262b
Octal226105104066675114653
Binary100101101000101100010001101101101111010011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964544; }

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

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

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

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

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

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

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

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