Html Css Color HEX #994E42 Cognac

📋 copy color: '#994E42'

red 153 ◦ green 78 ◦ blue 66

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

Shades of Cognac #994E42

Tints of Cognac #994E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 51.52%
G = 26.26%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#994E42 (or 0x994E42) is known color: Cognac. HEX triplet: 99, 4E and 42. RGB value is (153,78,66). Sum of RGB (Red+Green+Blue) = 153+78+66=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E42 is #66B1BD. Grayscale: #636363. Windows color (decimal): -6730174 or 4345497. OLE color: 4345497.

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

Color convert

RGB 153 78 66 -
CMYK 0 0.49 0.57 0.4
HSL 8.28º 0.4% 0.43% -
HSV(B) 8.28º 0.57% 0.6% -
XYZ 16.84 12.61 6.7 -
YUV 99.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 153 78 66 0 0.49 0.57 0.4 8.28 0.4 0.43
Hex 99 4E 42 0 31 39 28 8 28 2B
Octal 231 116 102 0 61 71 50 10 50 53
Binary 10011001 1001110 1000010 0 110001 111001 101000 1000 101000 101011

Color Harmonies of #994E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E42

Black with #994E42

Text Example


Text Example

White with #994E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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