Html Css Color HEX #964742 Cognac

📋 copy color: '#964742'

red 150 ◦ green 71 ◦ blue 66

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

Shades of Cognac #964742

Tints of Cognac #964742

RGB

 RED value IS 150 (58.98% from 255) = 52.26%

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

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

R = 52.26%
G = 24.74%
B = 23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#964742 (or 0x964742) is known color: Cognac. HEX triplet: 96, 47 and 42. RGB value is (150,71,66). Sum of RGB (Red+Green+Blue) = 150+71+66=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #964742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964742 is #69B8BD. Grayscale: #5E5E5E. Windows color (decimal): -6928574 or 4343702. OLE color: 4343702.

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

Color convert

RGB 150 71 66 -
CMYK 0 0.53 0.56 0.41
HSL 3.57º 0.39% 0.42% -
HSV(B) 3.57º 0.56% 0.59% -
XYZ 15.81 11.38 6.52 -
YUV 94.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 150 71 66 0 0.53 0.56 0.41 3.57 0.39 0.42
Hex 96 47 42 0 35 38 29 4 27 2A
Octal 226 107 102 0 65 70 51 4 47 52
Binary 10010110 1000111 1000010 0 110101 111000 101001 100 100111 101010

Color Harmonies of #964742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964742

Black with #964742

Text Example


Text Example

White with #964742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964742; }

 p { color: rgb(150,71,66); }

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

background-color css

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

 a { background-color: rgb(150,71,66); }

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

border-color css

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

 span { border-color: rgb(150,71,66); }

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