Html Css Color HEX #964944 Cognac

📋 copy color: '#964944'

red 150 ◦ green 73 ◦ blue 68

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

Shades of Cognac #964944

Tints of Cognac #964944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 51.55%
G = 25.09%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#964944 (or 0x964944) is known color: Cognac. HEX triplet: 96, 49 and 44. RGB value is (150,73,68). Sum of RGB (Red+Green+Blue) = 150+73+68=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #964944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964944 is #69B6BB. Grayscale: #5F5F5F. Windows color (decimal): -6928060 or 4475286. OLE color: 4475286.

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

Color convert

RGB 150 73 68 -
CMYK 0 0.51 0.55 0.41
HSL 3.66º 0.38% 0.43% -
HSV(B) 3.66º 0.55% 0.59% -
XYZ 16 11.67 6.88 -
YUV 95.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 150 73 68 0 0.51 0.55 0.41 3.66 0.38 0.43
Hex 96 49 44 0 33 37 29 4 26 2B
Octal 226 111 104 0 63 67 51 4 46 53
Binary 10010110 1001001 1000100 0 110011 110111 101001 100 100110 101011

Color Harmonies of #964944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964944

Black with #964944

Text Example


Text Example

White with #964944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964944; }

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

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

background-color css

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

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

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

border-color css

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

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

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