Html Css Color HEX #994940 Cognac

📋 copy color: '#994940'

red 153 ◦ green 73 ◦ blue 64

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

Shades of Cognac #994940

Tints of Cognac #994940

RGB

 RED value IS 153 (60.16% from 255) = 52.76%

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

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 52.76%
G = 25.17%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994940 (or 0x994940) is known color: Cognac. HEX triplet: 99, 49 and 40. RGB value is (153,73,64). Sum of RGB (Red+Green+Blue) = 153+73+64=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #994940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994940 is #66B6BF. Grayscale: #606060. Windows color (decimal): -6731456 or 4213145. OLE color: 4213145.

HSL color Cylindrical-coordinate representation of color #994940: hue angle of 6.07º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994940 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 64 -
CMYK 0 0.52 0.58 0.4
HSL 6.07º 0.41% 0.43% -
HSV(B) 6.07º 0.58% 0.6% -
XYZ 16.44 11.91 6.28 -
YUV 95.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 153 73 64 0 0.52 0.58 0.4 6.07 0.41 0.43
Hex 99 49 40 0 34 3A 28 6 29 2B
Octal 231 111 100 0 64 72 50 6 51 53
Binary 10011001 1001001 1000000 0 110100 111010 101000 110 101001 101011

Color Harmonies of #994940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994940

Black with #994940

Text Example


Text Example

White with #994940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994940; }

 p { color: rgb(153,73,64); }

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

background-color css

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

 a { background-color: rgb(153,73,64); }

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

border-color css

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

 span { border-color: rgb(153,73,64); }

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