Html Css Color HEX #96566C Vin Rouge

📋 copy color: '#96566C'

red 150 ◦ green 86 ◦ blue 108

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

Shades of Vin Rouge #96566C

Tints of Vin Rouge #96566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 43.6%
G = 25%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96566C (or 0x96566C) is known color: Vin Rouge. HEX triplet: 96, 56 and 6C. RGB value is (150,86,108). Sum of RGB (Red+Green+Blue) = 150+86+108=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96566C is #69A993. Grayscale: #6B6B6B. Windows color (decimal): -6924692 or 7100054. OLE color: 7100054.

HSL color Cylindrical-coordinate representation of color #96566C: hue angle of 339.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96566C is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 108 -
CMYK 0 0.43 0.28 0.41
HSL 339.38º 0.27% 0.46% -
HSV(B) 339.38º 0.43% 0.59% -
XYZ 18.61 14.22 15.95 -
YUV 107.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 150 86 108 0 0.43 0.28 0.41 339.38 0.27 0.46
Hex 96 56 6C 0 2B 1C 29 153 1B 2E
Octal 226 126 154 0 53 34 51 523 33 56
Binary 10010110 1010110 1101100 0 101011 11100 101001 101010011 11011 101110

Color Harmonies of #96566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96566C

Black with #96566C

Text Example


Text Example

White with #96566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96566C; }

 p { color: rgb(150,86,108); }

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

background-color css

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

 a { background-color: rgb(150,86,108); }

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

border-color css

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

 span { border-color: rgb(150,86,108); }

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