Html Css Color HEX #964845 Cognac

📋 copy color: '#964845'

red 150 ◦ green 72 ◦ blue 69

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

Shades of Cognac #964845

Tints of Cognac #964845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 51.55%
G = 24.74%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#964845 (or 0x964845) is known color: Cognac. HEX triplet: 96, 48 and 45. RGB value is (150,72,69). Sum of RGB (Red+Green+Blue) = 150+72+69=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #964845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964845 is #69B7BA. Grayscale: #5F5F5F. Windows color (decimal): -6928315 or 4540566. OLE color: 4540566.

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

Color convert

RGB 150 72 69 -
CMYK 0 0.52 0.54 0.41
HSL 2.22º 0.37% 0.43% -
HSV(B) 2.22º 0.54% 0.59% -
XYZ 15.97 11.55 7.02 -
YUV 94.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 150 72 69 0 0.52 0.54 0.41 2.22 0.37 0.43
Hex 96 48 45 0 34 36 29 2 25 2B
Octal 226 110 105 0 64 66 51 2 45 53
Binary 10010110 1001000 1000101 0 110100 110110 101001 10 100101 101011

Color Harmonies of #964845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964845

Black with #964845

Text Example


Text Example

White with #964845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964845; }

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

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

background-color css

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

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

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

border-color css

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

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

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