Html Css Color HEX #984540 Cognac

📋 copy color: '#984540'

red 152 ◦ green 69 ◦ blue 64

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

Shades of Cognac #984540

Tints of Cognac #984540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 53.33%
G = 24.21%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#984540 (or 0x984540) is known color: Cognac. HEX triplet: 98, 45 and 40. RGB value is (152,69,64). Sum of RGB (Red+Green+Blue) = 152+69+64=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #984540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984540 is #67BABF. Grayscale: #5D5D5D. Windows color (decimal): -6798016 or 4212120. OLE color: 4212120.

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

Color convert

RGB 152 69 64 -
CMYK 0 0.55 0.58 0.40
HSL 3.41º 0.41% 0.42% -
HSV(B) 3.41º 0.58% 0.6% -
XYZ 16 11.3 6.19 -
YUV 93.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 152 69 64 0 0.55 0.58 0.40 3.41 0.41 0.42
Hex 98 45 40 0 37 3A 28 3 29 2A
Octal 230 105 100 0 67 72 50 3 51 52
Binary 10011000 1000101 1000000 0 110111 111010 101000 11 101001 101010

Color Harmonies of #984540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984540

Black with #984540

Text Example


Text Example

White with #984540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984540; }

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

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

background-color css

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

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

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

border-color css

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

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

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