Html Css Color HEX #994741 Cognac

📋 copy color: '#994741'

red 153 ◦ green 71 ◦ blue 65

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

Shades of Cognac #994741

Tints of Cognac #994741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

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

R = 52.94%
G = 24.57%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994741 (or 0x994741) is known color: Cognac. HEX triplet: 99, 47 and 41. RGB value is (153,71,65). Sum of RGB (Red+Green+Blue) = 153+71+65=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #994741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994741 is #66B8BE. Grayscale: #5E5E5E. Windows color (decimal): -6731967 or 4278169. OLE color: 4278169.

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

Color convert

RGB 153 71 65 -
CMYK 0 0.54 0.58 0.4
HSL 4.09º 0.4% 0.43% -
HSV(B) 4.09º 0.58% 0.6% -
XYZ 16.34 11.66 6.39 -
YUV 94.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 153 71 65 0 0.54 0.58 0.4 4.09 0.4 0.43
Hex 99 47 41 0 36 3A 28 4 28 2B
Octal 231 107 101 0 66 72 50 4 50 53
Binary 10011001 1000111 1000001 0 110110 111010 101000 100 101000 101011

Color Harmonies of #994741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994741

Black with #994741

Text Example


Text Example

White with #994741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994741; }

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

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

background-color css

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

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

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

border-color css

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

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

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