#964541

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

Shades of Cognac #964541

Tints of Cognac #964541

Color information

#964541 (or 0x964541) is unknown color: approx Cognac. HEX triplet: 96, 45 and 41. RGB value is (150,69,65). Sum of RGB (Red+Green+Blue) = 150+69+65=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #964541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964541 is #69BABE. Grayscale: #5C5C5C. Windows color (decimal): -6929087 or 4277654. OLE color: 4277654.

HSL color Cylindrical-coordinate representation of color #964541: hue angle of 2.82º 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 #964541 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1506965-
CMYK00.540.570.41
HSL2.82º39.53%42.16%-
HSV(B)2.82º56.67%58.82%-
XYZ15.6611.126.32-
YUV92.76112.34168.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=52.82%
G=24.30%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150696500.540.570.412.8239.5342.16
Hex96454103639293282a
Octal226105101066715135052
Binary1001011010001011000001011011011100110100111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964541; }

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

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

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

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

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

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

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

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