Html Css Color HEX #964442 Cognac

📋 copy color: '#964442'

red 150 ◦ green 68 ◦ blue 66

#964442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cognac #964442

Tints of Cognac #964442

RGB

 RED value IS 150 (58.98% from 255) = 52.82%

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 52.82%
G = 23.94%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#964442 (or 0x964442) is known color: Cognac. HEX triplet: 96, 44 and 42. RGB value is (150,68,66). Sum of RGB (Red+Green+Blue) = 150+68+66=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #964442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964442 is #69BBBD. Grayscale: #5C5C5C. Windows color (decimal): -6929342 or 4342934. OLE color: 4342934.

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

Color convert

RGB 150 68 66 -
CMYK 0 0.55 0.56 0.41
HSL 1.43º 0.39% 0.42% -
HSV(B) 1.43º 0.56% 0.59% -
XYZ 15.63 11.01 6.46 -
YUV 92.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 150 68 66 0 0.55 0.56 0.41 1.43 0.39 0.42
Hex 96 44 42 0 37 38 29 1 27 2A
Octal 226 104 102 0 67 70 51 1 47 52
Binary 10010110 1000100 1000010 0 110111 111000 101001 1 100111 101010

Color Harmonies of #964442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964442

Black with #964442

Text Example


Text Example

White with #964442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964442; }

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

 H1.HeaderClassName
 {
   color: #964442;
 }
 .AnyTagClassName
 {
   color: #964442;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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