Html Css Color HEX #994F41 Cognac

📋 copy color: '#994F41'

red 153 ◦ green 79 ◦ blue 65

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

Shades of Cognac #994F41

Tints of Cognac #994F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.6%

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

R = 51.52%
G = 26.6%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994F41 (or 0x994F41) is known color: Cognac. HEX triplet: 99, 4F and 41. RGB value is (153,79,65). Sum of RGB (Red+Green+Blue) = 153+79+65=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F41 is #66B0BE. Grayscale: #636363. Windows color (decimal): -6729919 or 4280217. OLE color: 4280217.

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

Color convert

RGB 153 79 65 -
CMYK 0 0.48 0.58 0.4
HSL 9.55º 0.4% 0.43% -
HSV(B) 9.55º 0.58% 0.6% -
XYZ 16.89 12.75 6.57 -
YUV 99.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 153 79 65 0 0.48 0.58 0.4 9.55 0.4 0.43
Hex 99 4F 41 0 30 3A 28 A 28 2B
Octal 231 117 101 0 60 72 50 12 50 53
Binary 10011001 1001111 1000001 0 110000 111010 101000 1010 101000 101011

Color Harmonies of #994F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F41

Black with #994F41

Text Example


Text Example

White with #994F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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