Html Css Color HEX #964443 Cognac

📋 copy color: '#964443'

red 150 ◦ green 68 ◦ blue 67

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

Shades of Cognac #964443

Tints of Cognac #964443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 52.63%
G = 23.86%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#964443 (or 0x964443) is known color: Cognac. HEX triplet: 96, 44 and 43. RGB value is (150,68,67). Sum of RGB (Red+Green+Blue) = 150+68+67=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #964443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964443 is #69BBBC. Grayscale: #5C5C5C. Windows color (decimal): -6929341 or 4408470. OLE color: 4408470.

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

Color convert

RGB 150 68 67 -
CMYK 0 0.55 0.55 0.41
HSL 0.72º 0.38% 0.43% -
HSV(B) 0.72º 0.55% 0.59% -
XYZ 15.66 11.02 6.61 -
YUV 92.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 150 68 67 0 0.55 0.55 0.41 0.72 0.38 0.43
Hex 96 44 43 0 37 37 29 1 26 2B
Octal 226 104 103 0 67 67 51 1 46 53
Binary 10010110 1000100 1000011 0 110111 110111 101001 1 100110 101011

Color Harmonies of #964443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964443

Black with #964443

Text Example


Text Example

White with #964443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964443; }

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

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

background-color css

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

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

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

border-color css

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

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

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