Html Css Color HEX #984940 Cognac

📋 copy color: '#984940'

red 152 ◦ green 73 ◦ blue 64

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

Shades of Cognac #984940

Tints of Cognac #984940

RGB

 RED value IS 152 (59.77% from 255) = 52.6%

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 52.6%
G = 25.26%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#984940 (or 0x984940) is known color: Cognac. HEX triplet: 98, 49 and 40. RGB value is (152,73,64). Sum of RGB (Red+Green+Blue) = 152+73+64=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #984940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984940 is #67B6BF. Grayscale: #5F5F5F. Windows color (decimal): -6796992 or 4213144. OLE color: 4213144.

HSL color Cylindrical-coordinate representation of color #984940: hue angle of 6.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984940 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 64 -
CMYK 0 0.52 0.58 0.40
HSL 6.14º 0.41% 0.42% -
HSV(B) 6.14º 0.58% 0.6% -
XYZ 16.26 11.81 6.27 -
YUV 95.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 152 73 64 0 0.52 0.58 0.40 6.14 0.41 0.42
Hex 98 49 40 0 34 3A 28 6 29 2A
Octal 230 111 100 0 64 72 50 6 51 52
Binary 10011000 1001001 1000000 0 110100 111010 101000 110 101001 101010

Color Harmonies of #984940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984940

Black with #984940

Text Example


Text Example

White with #984940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984940; }

 p { color: rgb(152,73,64); }

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

background-color css

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

 a { background-color: rgb(152,73,64); }

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

border-color css

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

 span { border-color: rgb(152,73,64); }

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