Html Css Color HEX #965E5C Rose Taupe

📋 copy color: '#965E5C'

red 150 ◦ green 94 ◦ blue 92

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

Shades of Rose Taupe #965E5C

Tints of Rose Taupe #965E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 44.64%
G = 27.98%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#965E5C (or 0x965E5C) is known color: Rose Taupe. HEX triplet: 96, 5E and 5C. RGB value is (150,94,92). Sum of RGB (Red+Green+Blue) = 150+94+92=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #965E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E5C is #69A1A3. Grayscale: #6E6E6E. Windows color (decimal): -6922660 or 6053526. OLE color: 6053526.

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

Color convert

RGB 150 94 92 -
CMYK 0 0.37 0.39 0.41
HSL 2.07º 0.24% 0.47% -
HSV(B) 2.07º 0.39% 0.59% -
XYZ 18.51 15.26 12.1 -
YUV 110.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 150 94 92 0 0.37 0.39 0.41 2.07 0.24 0.47
Hex 96 5E 5C 0 25 27 29 2 18 2F
Octal 226 136 134 0 45 47 51 2 30 57
Binary 10010110 1011110 1011100 0 100101 100111 101001 10 11000 101111

Color Harmonies of #965E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E5C

Black with #965E5C

Text Example


Text Example

White with #965E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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