#964842

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

Shades of Cognac #964842

Tints of Cognac #964842

Color information

#964842 (or 0x964842) is unknown color: approx Cognac. HEX triplet: 96, 48 and 42. RGB value is (150,72,66). Sum of RGB (Red+Green+Blue) = 150+72+66=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964842 is #69B7BD. Grayscale: #5E5E5E. Windows color (decimal): -6928318 or 4343958. OLE color: 4343958.

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

Color convert

RGB1507266-
CMYK00.520.560.41
HSL4.29º38.89%42.35%-
HSV(B)4.29º56%58.82%-
XYZ15.8811.516.54-
YUV94.64111.84167.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=52.08%
G=25%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150726600.520.560.414.2938.8942.35
Hex96484203438294272a
Octal226110102064705144752
Binary10010110100100010000100110100111000101001100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964842; }

 p { color: rgb(150,72,66); }

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

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

 a { background-color: rgb(150,72,66); }

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

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

 span { border-color: rgb(150,72,66); }

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