Html Css Color HEX #994C44 Cognac

📋 copy color: '#994C44'

red 153 ◦ green 76 ◦ blue 68

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

Shades of Cognac #994C44

Tints of Cognac #994C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 51.52%
G = 25.59%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#994C44 (or 0x994C44) is known color: Cognac. HEX triplet: 99, 4C and 44. RGB value is (153,76,68). Sum of RGB (Red+Green+Blue) = 153+76+68=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C44 is #66B3BB. Grayscale: #626262. Windows color (decimal): -6730684 or 4476057. OLE color: 4476057.

HSL color Cylindrical-coordinate representation of color #994C44: hue angle of 5.65º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994C44 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 68 -
CMYK 0 0.50 0.56 0.4
HSL 5.65º 0.38% 0.43% -
HSV(B) 5.65º 0.56% 0.6% -
XYZ 16.76 12.36 6.97 -
YUV 98.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 153 76 68 0 0.50 0.56 0.4 5.65 0.38 0.43
Hex 99 4C 44 0 32 38 28 6 26 2B
Octal 231 114 104 0 62 70 50 6 46 53
Binary 10011001 1001100 1000100 0 110010 111000 101000 110 100110 101011

Color Harmonies of #994C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C44

Black with #994C44

Text Example


Text Example

White with #994C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,68); }

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

background-color css

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

 a { background-color: rgb(153,76,68); }

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

border-color css

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

 span { border-color: rgb(153,76,68); }

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