Html Css Color HEX #994A41 Cognac

📋 copy color: '#994A41'

red 153 ◦ green 74 ◦ blue 65

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

Shades of Cognac #994A41

Tints of Cognac #994A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.34%

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

R = 52.4%
G = 25.34%
B = 22.26%

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

#994A41 (or 0x994A41) is known color: Cognac. HEX triplet: 99, 4A and 41. RGB value is (153,74,65). Sum of RGB (Red+Green+Blue) = 153+74+65=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A41 is #66B5BE. Grayscale: #606060. Windows color (decimal): -6731199 or 4278937. OLE color: 4278937.

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

Color convert

RGB 153 74 65 -
CMYK 0 0.52 0.58 0.4
HSL 6.14º 0.4% 0.43% -
HSV(B) 6.14º 0.58% 0.6% -
XYZ 16.54 12.05 6.46 -
YUV 96.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 153 74 65 0 0.52 0.58 0.4 6.14 0.4 0.43
Hex 99 4A 41 0 34 3A 28 6 28 2B
Octal 231 112 101 0 64 72 50 6 50 53
Binary 10011001 1001010 1000001 0 110100 111010 101000 110 101000 101011

Color Harmonies of #994A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A41

Black with #994A41

Text Example


Text Example

White with #994A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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