Html Css Color HEX #994941 Cognac

📋 copy color: '#994941'

red 153 ◦ green 73 ◦ blue 65

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

Shades of Cognac #994941

Tints of Cognac #994941

RGB

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

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

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

R = 52.58%
G = 25.09%
B = 22.34%

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

#994941 (or 0x994941) is known color: Cognac. HEX triplet: 99, 49 and 41. RGB value is (153,73,65). Sum of RGB (Red+Green+Blue) = 153+73+65=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994941 is #66B6BE. Grayscale: #606060. Windows color (decimal): -6731455 or 4278681. OLE color: 4278681.

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

Color convert

RGB 153 73 65 -
CMYK 0 0.52 0.58 0.4
HSL 5.45º 0.4% 0.43% -
HSV(B) 5.45º 0.58% 0.6% -
XYZ 16.47 11.92 6.43 -
YUV 96.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 153 73 65 0 0.52 0.58 0.4 5.45 0.4 0.43
Hex 99 49 41 0 34 3A 28 5 28 2B
Octal 231 111 101 0 64 72 50 5 50 53
Binary 10011001 1001001 1000001 0 110100 111010 101000 101 101000 101011

Color Harmonies of #994941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994941

Black with #994941

Text Example


Text Example

White with #994941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994941; }

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

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

background-color css

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

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

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

border-color css

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

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

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