Html Css Color HEX #994E41 Cognac

📋 copy color: '#994E41'

red 153 ◦ green 78 ◦ blue 65

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

Shades of Cognac #994E41

Tints of Cognac #994E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

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

R = 51.69%
G = 26.35%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994E41 (or 0x994E41) is known color: Cognac. HEX triplet: 99, 4E and 41. RGB value is (153,78,65). Sum of RGB (Red+Green+Blue) = 153+78+65=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #994E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E41 is #66B1BE. Grayscale: #636363. Windows color (decimal): -6730175 or 4279961. OLE color: 4279961.

HSL color Cylindrical-coordinate representation of color #994E41: hue angle of 8.86º degrees, saturation: 0.4, 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 #994E41 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 65 -
CMYK 0 0.49 0.58 0.4
HSL 8.86º 0.4% 0.43% -
HSV(B) 8.86º 0.58% 0.6% -
XYZ 16.82 12.6 6.55 -
YUV 98.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 153 78 65 0 0.49 0.58 0.4 8.86 0.4 0.43
Hex 99 4E 41 0 31 3A 28 9 28 2B
Octal 231 116 101 0 61 72 50 11 50 53
Binary 10011001 1001110 1000001 0 110001 111010 101000 1001 101000 101011

Color Harmonies of #994E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E41

Black with #994E41

Text Example


Text Example

White with #994E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994E41; }

 p { color: rgb(153,78,65); }

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

background-color css

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

 a { background-color: rgb(153,78,65); }

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

border-color css

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

 span { border-color: rgb(153,78,65); }

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