Html Css Color HEX #964542 Cognac

📋 copy color: '#964542'

red 150 ◦ green 69 ◦ blue 66

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

Shades of Cognac #964542

Tints of Cognac #964542

RGB

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

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

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

R = 52.63%
G = 24.21%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#964542 (or 0x964542) is known color: Cognac. HEX triplet: 96, 45 and 42. RGB value is (150,69,66). Sum of RGB (Red+Green+Blue) = 150+69+66=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #964542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964542 is #69BABD. Grayscale: #5C5C5C. Windows color (decimal): -6929086 or 4343190. OLE color: 4343190.

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

Color convert

RGB 150 69 66 -
CMYK 0 0.54 0.56 0.41
HSL 2.14º 0.39% 0.42% -
HSV(B) 2.14º 0.56% 0.59% -
XYZ 15.69 11.13 6.48 -
YUV 92.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 150 69 66 0 0.54 0.56 0.41 2.14 0.39 0.42
Hex 96 45 42 0 36 38 29 2 27 2A
Octal 226 105 102 0 66 70 51 2 47 52
Binary 10010110 1000101 1000010 0 110110 111000 101001 10 100111 101010

Color Harmonies of #964542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964542

Black with #964542

Text Example


Text Example

White with #964542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964542; }

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

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

background-color css

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

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

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

border-color css

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

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

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