Html Css Color HEX #936060 Rose Taupe

📋 copy color: '#936060'

red 147 ◦ green 96 ◦ blue 96

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

Shades of Rose Taupe #936060

Tints of Rose Taupe #936060

RGB

 RED value IS 147 (57.81% from 255) = 43.36%

 GREEN value IS 96 (37.89% from 255) = 28.32%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 43.36%
G = 28.32%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#936060 (or 0x936060) is known color: Rose Taupe. HEX triplet: 93, 60 and 60. RGB value is (147,96,96). Sum of RGB (Red+Green+Blue) = 147+96+96=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #936060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936060 is #6C9F9F. Grayscale: #6F6F6F. Windows color (decimal): -7118752 or 6316179. OLE color: 6316179.

HSL color Cylindrical-coordinate representation of color #936060: hue angle of 0º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936060 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 96 -
CMYK 0 0.35 0.35 0.42
HSL 0.21% 0.48% -
HSV(B) 0.35% 0.58% -
XYZ 18.33 15.41 13.08 -
YUV 111.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 147 96 96 0 0.35 0.35 0.42 0 0.21 0.48
Hex 93 60 60 0 23 23 2A 0 15 30
Octal 223 140 140 0 43 43 52 0 25 60
Binary 10010011 1100000 1100000 0 100011 100011 101010 0 10101 110000

Color Harmonies of #936060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936060

Black with #936060

Text Example


Text Example

White with #936060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936060; }

 p { color: rgb(147,96,96); }

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

background-color css

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

 a { background-color: rgb(147,96,96); }

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

border-color css

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

 span { border-color: rgb(147,96,96); }

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