Html Css Color HEX #964641 Cognac

📋 copy color: '#964641'

red 150 ◦ green 70 ◦ blue 65

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

Shades of Cognac #964641

Tints of Cognac #964641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 52.63%
G = 24.56%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#964641 (or 0x964641) is known color: Cognac. HEX triplet: 96, 46 and 41. RGB value is (150,70,65). Sum of RGB (Red+Green+Blue) = 150+70+65=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #964641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964641 is #69B9BE. Grayscale: #5D5D5D. Windows color (decimal): -6928831 or 4277910. OLE color: 4277910.

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

Color convert

RGB 150 70 65 -
CMYK 0 0.53 0.57 0.41
HSL 3.53º 0.4% 0.42% -
HSV(B) 3.53º 0.57% 0.59% -
XYZ 15.72 11.25 6.34 -
YUV 93.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 150 70 65 0 0.53 0.57 0.41 3.53 0.4 0.42
Hex 96 46 41 0 35 39 29 4 28 2A
Octal 226 106 101 0 65 71 51 4 50 52
Binary 10010110 1000110 1000001 0 110101 111001 101001 100 101000 101010

Color Harmonies of #964641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964641

Black with #964641

Text Example


Text Example

White with #964641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964641; }

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

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

background-color css

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

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

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

border-color css

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

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

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