Html Css Color HEX #936360 Rose Taupe

📋 copy color: '#936360'

red 147 ◦ green 99 ◦ blue 96

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

Shades of Rose Taupe #936360

Tints of Rose Taupe #936360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 42.98%
G = 28.95%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#936360 (or 0x936360) is known color: Rose Taupe. HEX triplet: 93, 63 and 60. RGB value is (147,99,96). Sum of RGB (Red+Green+Blue) = 147+99+96=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #936360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936360 is #6C9C9F. Grayscale: #717171. Windows color (decimal): -7117984 or 6316947. OLE color: 6316947.

HSL color Cylindrical-coordinate representation of color #936360: hue angle of 3.53º 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 #936360 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 99 96 -
CMYK 0 0.33 0.35 0.42
HSL 3.53º 0.21% 0.48% -
HSV(B) 3.53º 0.35% 0.58% -
XYZ 18.61 15.97 13.17 -
YUV 113.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 147 99 96 0 0.33 0.35 0.42 3.53 0.21 0.48
Hex 93 63 60 0 21 23 2A 4 15 30
Octal 223 143 140 0 41 43 52 4 25 60
Binary 10010011 1100011 1100000 0 100001 100011 101010 100 10101 110000

Color Harmonies of #936360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936360

Black with #936360

Text Example


Text Example

White with #936360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936360; }

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

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

background-color css

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

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

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

border-color css

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

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

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