Html Css Color HEX #965F5C Rose Taupe

📋 copy color: '#965F5C'

red 150 ◦ green 95 ◦ blue 92

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

Shades of Rose Taupe #965F5C

Tints of Rose Taupe #965F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 44.51%
G = 28.19%
B = 27.3%

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

#965F5C (or 0x965F5C) is known color: Rose Taupe. HEX triplet: 96, 5F and 5C. RGB value is (150,95,92). Sum of RGB (Red+Green+Blue) = 150+95+92=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #965F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F5C is #69A0A3. Grayscale: #6F6F6F. Windows color (decimal): -6922404 or 6053782. OLE color: 6053782.

HSL color Cylindrical-coordinate representation of color #965F5C: hue angle of 3.1º 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 #965F5C is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 92 -
CMYK 0 0.37 0.39 0.41
HSL 3.1º 0.24% 0.47% -
HSV(B) 3.1º 0.39% 0.59% -
XYZ 18.6 15.44 12.13 -
YUV 111.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 150 95 92 0 0.37 0.39 0.41 3.1 0.24 0.47
Hex 96 5F 5C 0 25 27 29 3 18 2F
Octal 226 137 134 0 45 47 51 3 30 57
Binary 10010110 1011111 1011100 0 100101 100111 101001 11 11000 101111

Color Harmonies of #965F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F5C

Black with #965F5C

Text Example


Text Example

White with #965F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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