Html Css Color HEX #965E5D Rose Taupe

📋 copy color: '#965E5D'

red 150 ◦ green 94 ◦ blue 93

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

Shades of Rose Taupe #965E5D

Tints of Rose Taupe #965E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 44.51%
G = 27.89%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#965E5D (or 0x965E5D) is known color: Rose Taupe. HEX triplet: 96, 5E and 5D. RGB value is (150,94,93). Sum of RGB (Red+Green+Blue) = 150+94+93=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #965E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E5D is #69A1A2. Grayscale: #6E6E6E. Windows color (decimal): -6922659 or 6119062. OLE color: 6119062.

HSL color Cylindrical-coordinate representation of color #965E5D: hue angle of 1.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #965E5D is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 93 -
CMYK 0 0.37 0.38 0.41
HSL 1.05º 0.23% 0.48% -
HSV(B) 1.05º 0.38% 0.59% -
XYZ 18.56 15.28 12.33 -
YUV 110.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 150 94 93 0 0.37 0.38 0.41 1.05 0.23 0.48
Hex 96 5E 5D 0 25 26 29 1 17 30
Octal 226 136 135 0 45 46 51 1 27 60
Binary 10010110 1011110 1011101 0 100101 100110 101001 1 10111 110000

Color Harmonies of #965E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E5D

Black with #965E5D

Text Example


Text Example

White with #965E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965E5D; }

 p { color: rgb(150,94,93); }

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

background-color css

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

 a { background-color: rgb(150,94,93); }

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

border-color css

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

 span { border-color: rgb(150,94,93); }

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