Html Css Color HEX #954644 Cognac

📋 copy color: '#954644'

red 149 ◦ green 70 ◦ blue 68

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

Shades of Cognac #954644

Tints of Cognac #954644

RGB

 RED value IS 149 (58.59% from 255) = 51.92%

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 68 (26.95% from 255) = 23.69%

R = 51.92%
G = 24.39%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#954644 (or 0x954644) is known color: Cognac. HEX triplet: 95, 46 and 44. RGB value is (149,70,68). Sum of RGB (Red+Green+Blue) = 149+70+68=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #954644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954644 is #6AB9BB. Grayscale: #5D5D5D. Windows color (decimal): -6994364 or 4474517. OLE color: 4474517.

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

Color convert

RGB 149 70 68 -
CMYK 0 0.53 0.54 0.42
HSL 1.48º 0.37% 0.43% -
HSV(B) 1.48º 0.54% 0.58% -
XYZ 15.63 11.19 6.8 -
YUV 93.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 149 70 68 0 0.53 0.54 0.42 1.48 0.37 0.43
Hex 95 46 44 0 35 36 2A 1 25 2B
Octal 225 106 104 0 65 66 52 1 45 53
Binary 10010101 1000110 1000100 0 110101 110110 101010 1 100101 101011

Color Harmonies of #954644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954644

Black with #954644

Text Example


Text Example

White with #954644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954644; }

 p { color: rgb(149,70,68); }

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

background-color css

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

 a { background-color: rgb(149,70,68); }

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

border-color css

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

 span { border-color: rgb(149,70,68); }

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