Html Css Color HEX #954643 Cognac

📋 copy color: '#954643'

red 149 ◦ green 70 ◦ blue 67

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

Shades of Cognac #954643

Tints of Cognac #954643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.43%

R = 52.1%
G = 24.48%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#954643 (or 0x954643) is known color: Cognac. HEX triplet: 95, 46 and 43. RGB value is (149,70,67). Sum of RGB (Red+Green+Blue) = 149+70+67=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954643 is #6AB9BC. Grayscale: #5D5D5D. Windows color (decimal): -6994365 or 4408981. OLE color: 4408981.

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

Color convert

RGB 149 70 67 -
CMYK 0 0.53 0.55 0.42
HSL 2.2º 0.38% 0.42% -
HSV(B) 2.2º 0.55% 0.58% -
XYZ 15.6 11.18 6.65 -
YUV 93.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 149 70 67 0 0.53 0.55 0.42 2.2 0.38 0.42
Hex 95 46 43 0 35 37 2A 2 26 2A
Octal 225 106 103 0 65 67 52 2 46 52
Binary 10010101 1000110 1000011 0 110101 110111 101010 10 100110 101010

Color Harmonies of #954643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954643

Black with #954643

Text Example


Text Example

White with #954643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954643; }

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

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

background-color css

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

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

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

border-color css

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

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

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