Html Css Color HEX #994643 Cognac

📋 copy color: '#994643'

red 153 ◦ green 70 ◦ blue 67

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

Shades of Cognac #994643

Tints of Cognac #994643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 67 (26.56% from 255) = 23.1%

R = 52.76%
G = 24.14%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#994643 (or 0x994643) is known color: Cognac. HEX triplet: 99, 46 and 43. RGB value is (153,70,67). Sum of RGB (Red+Green+Blue) = 153+70+67=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #994643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994643 is #66B9BC. Grayscale: #5E5E5E. Windows color (decimal): -6732221 or 4408985. OLE color: 4408985.

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

Color convert

RGB 153 70 67 -
CMYK 0 0.54 0.56 0.4
HSL 2.09º 0.39% 0.43% -
HSV(B) 2.09º 0.56% 0.6% -
XYZ 16.34 11.56 6.68 -
YUV 94.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 153 70 67 0 0.54 0.56 0.4 2.09 0.39 0.43
Hex 99 46 43 0 36 38 28 2 27 2B
Octal 231 106 103 0 66 70 50 2 47 53
Binary 10011001 1000110 1000011 0 110110 111000 101000 10 100111 101011

Color Harmonies of #994643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994643

Black with #994643

Text Example


Text Example

White with #994643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994643; }

 p { color: rgb(153,70,67); }

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

background-color css

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

 a { background-color: rgb(153,70,67); }

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

border-color css

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

 span { border-color: rgb(153,70,67); }

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