Html Css Color HEX #936261 Rose Taupe

📋 copy color: '#936261'

red 147 ◦ green 98 ◦ blue 97

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

Shades of Rose Taupe #936261

Tints of Rose Taupe #936261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 42.98%
G = 28.65%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#936261 (or 0x936261) is known color: Rose Taupe. HEX triplet: 93, 62 and 61. RGB value is (147,98,97). Sum of RGB (Red+Green+Blue) = 147+98+97=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #936261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936261 is #6C9D9E. Grayscale: #707070. Windows color (decimal): -7118239 or 6382227. OLE color: 6382227.

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

Color convert

RGB 147 98 97 -
CMYK 0 0.33 0.34 0.42
HSL 1.2º 0.2% 0.48% -
HSV(B) 1.2º 0.34% 0.58% -
XYZ 18.56 15.8 13.38 -
YUV 112.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 147 98 97 0 0.33 0.34 0.42 1.2 0.2 0.48
Hex 93 62 61 0 21 22 2A 1 14 30
Octal 223 142 141 0 41 42 52 1 24 60
Binary 10010011 1100010 1100001 0 100001 100010 101010 1 10100 110000

Color Harmonies of #936261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936261

Black with #936261

Text Example


Text Example

White with #936261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936261; }

 p { color: rgb(147,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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