Html Css Color HEX #974442 Cognac

📋 copy color: '#974442'

red 151 ◦ green 68 ◦ blue 66

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

Shades of Cognac #974442

Tints of Cognac #974442

RGB

 RED value IS 151 (59.38% from 255) = 52.98%

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 52.98%
G = 23.86%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#974442 (or 0x974442) is known color: Cognac. HEX triplet: 97, 44 and 42. RGB value is (151,68,66). Sum of RGB (Red+Green+Blue) = 151+68+66=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #974442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974442 is #68BBBD. Grayscale: #5C5C5C. Windows color (decimal): -6863806 or 4342935. OLE color: 4342935.

HSL color Cylindrical-coordinate representation of color #974442: hue angle of 1.41º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974442 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 66 -
CMYK 0 0.55 0.56 0.41
HSL 1.41º 0.39% 0.43% -
HSV(B) 1.41º 0.56% 0.59% -
XYZ 15.81 11.11 6.46 -
YUV 92.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 151 68 66 0 0.55 0.56 0.41 1.41 0.39 0.43
Hex 97 44 42 0 37 38 29 1 27 2B
Octal 227 104 102 0 67 70 51 1 47 53
Binary 10010111 1000100 1000010 0 110111 111000 101001 1 100111 101011

Color Harmonies of #974442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974442

Black with #974442

Text Example


Text Example

White with #974442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974442; }

 p { color: rgb(151,68,66); }

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

background-color css

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

 a { background-color: rgb(151,68,66); }

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

border-color css

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

 span { border-color: rgb(151,68,66); }

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