Html Css Color HEX #96566B Vin Rouge

📋 copy color: '#96566B'

red 150 ◦ green 86 ◦ blue 107

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

Shades of Vin Rouge #96566B

Tints of Vin Rouge #96566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 43.73%
G = 25.07%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96566B (or 0x96566B) is known color: Vin Rouge. HEX triplet: 96, 56 and 6B. RGB value is (150,86,107). Sum of RGB (Red+Green+Blue) = 150+86+107=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96566B is #69A994. Grayscale: #6B6B6B. Windows color (decimal): -6924693 or 7034518. OLE color: 7034518.

HSL color Cylindrical-coordinate representation of color #96566B: hue angle of 340.31º 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 #96566B is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 107 -
CMYK 0 0.43 0.29 0.41
HSL 340.31º 0.27% 0.46% -
HSV(B) 340.31º 0.43% 0.59% -
XYZ 18.56 14.2 15.67 -
YUV 107.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 150 86 107 0 0.43 0.29 0.41 340.31 0.27 0.46
Hex 96 56 6B 0 2B 1D 29 154 1B 2E
Octal 226 126 153 0 53 35 51 524 33 56
Binary 10010110 1010110 1101011 0 101011 11101 101001 101010100 11011 101110

Color Harmonies of #96566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96566B

Black with #96566B

Text Example


Text Example

White with #96566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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