Html Css Color HEX #954642 Cognac

📋 copy color: '#954642'

red 149 ◦ green 70 ◦ blue 66

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

Shades of Cognac #954642

Tints of Cognac #954642

RGB

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

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

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

R = 52.28%
G = 24.56%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954642 (or 0x954642) is known color: Cognac. HEX triplet: 95, 46 and 42. RGB value is (149,70,66). Sum of RGB (Red+Green+Blue) = 149+70+66=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #954642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954642 is #6AB9BD. Grayscale: #5D5D5D. Windows color (decimal): -6994366 or 4343445. OLE color: 4343445.

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

Color convert

RGB 149 70 66 -
CMYK 0 0.53 0.56 0.42
HSL 2.89º 0.39% 0.42% -
HSV(B) 2.89º 0.56% 0.58% -
XYZ 15.57 11.16 6.49 -
YUV 93.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 149 70 66 0 0.53 0.56 0.42 2.89 0.39 0.42
Hex 95 46 42 0 35 38 2A 3 27 2A
Octal 225 106 102 0 65 70 52 3 47 52
Binary 10010101 1000110 1000010 0 110101 111000 101010 11 100111 101010

Color Harmonies of #954642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954642

Black with #954642

Text Example


Text Example

White with #954642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954642; }

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

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

background-color css

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

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

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

border-color css

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

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

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