Html Css Color HEX #994B41 Cognac

📋 copy color: '#994B41'

red 153 ◦ green 75 ◦ blue 65

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

Shades of Cognac #994B41

Tints of Cognac #994B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 52.22%
G = 25.6%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994B41 (or 0x994B41) is known color: Cognac. HEX triplet: 99, 4B and 41. RGB value is (153,75,65). Sum of RGB (Red+Green+Blue) = 153+75+65=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B41 is #66B4BE. Grayscale: #616161. Windows color (decimal): -6730943 or 4279193. OLE color: 4279193.

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

Color convert

RGB 153 75 65 -
CMYK 0 0.51 0.58 0.4
HSL 6.82º 0.4% 0.43% -
HSV(B) 6.82º 0.58% 0.6% -
XYZ 16.61 12.19 6.48 -
YUV 97.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 153 75 65 0 0.51 0.58 0.4 6.82 0.4 0.43
Hex 99 4B 41 0 33 3A 28 7 28 2B
Octal 231 113 101 0 63 72 50 7 50 53
Binary 10011001 1001011 1000001 0 110011 111010 101000 111 101000 101011

Color Harmonies of #994B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B41

Black with #994B41

Text Example


Text Example

White with #994B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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