Html Css Color HEX #964843 Cognac

📋 copy color: '#964843'

red 150 ◦ green 72 ◦ blue 67

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

Shades of Cognac #964843

Tints of Cognac #964843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

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

R = 51.9%
G = 24.91%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#964843 (or 0x964843) is known color: Cognac. HEX triplet: 96, 48 and 43. RGB value is (150,72,67). Sum of RGB (Red+Green+Blue) = 150+72+67=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #964843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964843 is #69B7BC. Grayscale: #5E5E5E. Windows color (decimal): -6928317 or 4409494. OLE color: 4409494.

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

Color convert

RGB 150 72 67 -
CMYK 0 0.52 0.55 0.41
HSL 3.61º 0.38% 0.43% -
HSV(B) 3.61º 0.55% 0.59% -
XYZ 15.91 11.52 6.7 -
YUV 94.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 150 72 67 0 0.52 0.55 0.41 3.61 0.38 0.43
Hex 96 48 43 0 34 37 29 4 26 2B
Octal 226 110 103 0 64 67 51 4 46 53
Binary 10010110 1001000 1000011 0 110100 110111 101001 100 100110 101011

Color Harmonies of #964843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964843

Black with #964843

Text Example


Text Example

White with #964843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964843; }

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

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

background-color css

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

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

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

border-color css

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

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

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