Html Css Color HEX #994541 Cognac

📋 copy color: '#994541'

red 153 ◦ green 69 ◦ blue 65

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

Shades of Cognac #994541

Tints of Cognac #994541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

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

R = 53.31%
G = 24.04%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994541 (or 0x994541) is known color: Cognac. HEX triplet: 99, 45 and 41. RGB value is (153,69,65). Sum of RGB (Red+Green+Blue) = 153+69+65=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #994541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994541 is #66BABE. Grayscale: #5D5D5D. Windows color (decimal): -6732479 or 4277657. OLE color: 4277657.

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

Color convert

RGB 153 69 65 -
CMYK 0 0.55 0.58 0.4
HSL 2.73º 0.4% 0.43% -
HSV(B) 2.73º 0.58% 0.6% -
XYZ 16.22 11.41 6.35 -
YUV 93.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 153 69 65 0 0.55 0.58 0.4 2.73 0.4 0.43
Hex 99 45 41 0 37 3A 28 3 28 2B
Octal 231 105 101 0 67 72 50 3 50 53
Binary 10011001 1000101 1000001 0 110111 111010 101000 11 101000 101011

Color Harmonies of #994541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994541

Black with #994541

Text Example


Text Example

White with #994541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994541; }

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

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

background-color css

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

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

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

border-color css

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

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

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