Html Css Color HEX #955D62 Vin Rouge

📋 copy color: '#955D62'

red 149 ◦ green 93 ◦ blue 98

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

Shades of Vin Rouge #955D62

Tints of Vin Rouge #955D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 43.82%
G = 27.35%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955D62 (or 0x955D62) is known color: Vin Rouge. HEX triplet: 95, 5D and 62. RGB value is (149,93,98). Sum of RGB (Red+Green+Blue) = 149+93+98=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #955D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D62 is #6AA29D. Grayscale: #6E6E6E. Windows color (decimal): -6988446 or 6446485. OLE color: 6446485.

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

Color convert

RGB 149 93 98 -
CMYK 0 0.38 0.34 0.42
HSL 354.64º 0.23% 0.47% -
HSV(B) 354.64º 0.38% 0.58% -
XYZ 18.51 15.1 13.49 -
YUV 110.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 149 93 98 0 0.38 0.34 0.42 354.64 0.23 0.47
Hex 95 5D 62 0 26 22 2A 163 17 2F
Octal 225 135 142 0 46 42 52 543 27 57
Binary 10010101 1011101 1100010 0 100110 100010 101010 101100011 10111 101111

Color Harmonies of #955D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D62

Black with #955D62

Text Example


Text Example

White with #955D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955D62; }

 p { color: rgb(149,93,98); }

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

background-color css

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

 a { background-color: rgb(149,93,98); }

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

border-color css

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

 span { border-color: rgb(149,93,98); }

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