Html Css Color HEX #984740 Cognac

📋 copy color: '#984740'

red 152 ◦ green 71 ◦ blue 64

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

Shades of Cognac #984740

Tints of Cognac #984740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 52.96%
G = 24.74%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#984740 (or 0x984740) is known color: Cognac. HEX triplet: 98, 47 and 40. RGB value is (152,71,64). Sum of RGB (Red+Green+Blue) = 152+71+64=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #984740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984740 is #67B8BF. Grayscale: #5E5E5E. Windows color (decimal): -6797504 or 4212632. OLE color: 4212632.

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

Color convert

RGB 152 71 64 -
CMYK 0 0.53 0.58 0.40
HSL 4.77º 0.41% 0.42% -
HSV(B) 4.77º 0.58% 0.6% -
XYZ 16.13 11.55 6.23 -
YUV 94.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 152 71 64 0 0.53 0.58 0.40 4.77 0.41 0.42
Hex 98 47 40 0 35 3A 28 5 29 2A
Octal 230 107 100 0 65 72 50 5 51 52
Binary 10011000 1000111 1000000 0 110101 111010 101000 101 101001 101010

Color Harmonies of #984740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984740

Black with #984740

Text Example


Text Example

White with #984740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984740; }

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

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

background-color css

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

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

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

border-color css

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

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

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