Html Css Color HEX #984340 Cognac

📋 copy color: '#984340'

red 152 ◦ green 67 ◦ blue 64

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

Shades of Cognac #984340

Tints of Cognac #984340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

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

R = 53.71%
G = 23.67%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#984340 (or 0x984340) is known color: Cognac. HEX triplet: 98, 43 and 40. RGB value is (152,67,64). Sum of RGB (Red+Green+Blue) = 152+67+64=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #984340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984340 is #67BCBF. Grayscale: #5C5C5C. Windows color (decimal): -6798528 or 4211608. OLE color: 4211608.

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

Color convert

RGB 152 67 64 -
CMYK 0 0.56 0.58 0.40
HSL 2.05º 0.41% 0.42% -
HSV(B) 2.05º 0.58% 0.6% -
XYZ 15.88 11.06 6.15 -
YUV 92.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 152 67 64 0 0.56 0.58 0.40 2.05 0.41 0.42
Hex 98 43 40 0 38 3A 28 2 29 2A
Octal 230 103 100 0 70 72 50 2 51 52
Binary 10011000 1000011 1000000 0 111000 111010 101000 10 101001 101010

Color Harmonies of #984340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984340

Black with #984340

Text Example


Text Example

White with #984340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984340; }

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

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

background-color css

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

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

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

border-color css

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

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

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